Skip to content

Commit cb8f3c9

Browse files
committed
fix: 'Back to Blog' link redirecting to help page
1 parent 77334b3 commit cb8f3c9

File tree

1 file changed

+1
-1
lines changed
  • web/src/app/(content)/(info)/blog/[id]

1 file changed

+1
-1
lines changed

web/src/app/(content)/(info)/blog/[id]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const BlogPost = ({ params }: BlogPageProps) => {
5555
)}
5656
<article className='max-w-screen-md mx-auto mb-36'>
5757
<Link
58-
href='/help'
58+
href='/blog'
5959
className='text-zinc-500 hover:text-zinc-400 text-sm'
6060
>
6161
{'< Back to Blog'}

0 commit comments

Comments
 (0)