Skip to content

Commit

Permalink
fix(blog): remove link from year display in YearPost component
Browse files Browse the repository at this point in the history
  • Loading branch information
duyet committed Nov 23, 2024
1 parent 55d101f commit 093c3c7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/blog/components/year-post.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ export function YearPost({ year, posts, className }: YearPostProps) {
'md:mb-10 md:text-8xl md:font-black',
)}
>
<Link as={`/${year}`} href="/[year]">
{year}
</Link>
{year}
</h1>

<div className="flex flex-col gap-3">
Expand Down

0 comments on commit 093c3c7

Please sign in to comment.