Skip to content

Commit

Permalink
fix page
Browse files Browse the repository at this point in the history
  • Loading branch information
sanbuphy committed Feb 3, 2024
1 parent dd4b04d commit 24f2fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export default function Home() {
<div>
<ul className='flex flex-col md:flex-row flex-wrap items-start justify-start mt-0 md:mt-16'>
<li className='w-full md:w-1/3 mt-8 md:mt-0 pr-0 md:pr-24'>
<a href="${basePath}/blog/post6" className='group'>
<a href={`${basePath}/blog/post6`} className='group'>
<div className='flex flex-col items-start justify-start'>
<div className='relative w-full'>
<img alt='' src={`${basePath}/images/weak-to-strong-generalization.jpg`}
Expand Down

0 comments on commit 24f2fa3

Please sign in to comment.