We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77334b3 commit cb8f3c9Copy full SHA for cb8f3c9
web/src/app/(content)/(info)/blog/[id]/page.tsx
@@ -55,7 +55,7 @@ const BlogPost = ({ params }: BlogPageProps) => {
55
)}
56
<article className='max-w-screen-md mx-auto mb-36'>
57
<Link
58
- href='/help'
+ href='/blog'
59
className='text-zinc-500 hover:text-zinc-400 text-sm'
60
>
61
{'< Back to Blog'}
0 commit comments