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 9662f2b commit 3a13381Copy full SHA for 3a13381
web/src/app/(content)/(info)/help/[id]/page.tsx
@@ -46,7 +46,7 @@ const HelpPost = ({ params }: HelpPageProps) => {
46
<>
47
<article className='max-w-screen-md mx-auto mb-36'>
48
<Link
49
- href='/blog'
+ href='/help'
50
className='text-zinc-500 hover:text-zinc-400 text-sm'
51
>
52
{'< Back to Help'}
0 commit comments