Skip to content

Commit

Permalink
Update posts.tsx
Browse files Browse the repository at this point in the history
The "view more" in the blog section on the homepage would redirect to projects.
  • Loading branch information
mitmarcus authored Sep 21, 2024
1 parent efb2ec7 commit a15dc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/[locale]/(home)/posts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const Posts = () => {
</GradientText>
<Link
variant='block'
href='/projects'
href='/blog'
>
{t('viewMore')}
<RiArrowRightSLine />
Expand Down

0 comments on commit a15dc46

Please sign in to comment.