Skip to content

Commit 3a13381

Browse files
committed
fix: 'Back to Help' taking back to blog instead of help
1 parent 9662f2b commit 3a13381

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const HelpPost = ({ params }: HelpPageProps) => {
4646
<>
4747
<article className='max-w-screen-md mx-auto mb-36'>
4848
<Link
49-
href='/blog'
49+
href='/help'
5050
className='text-zinc-500 hover:text-zinc-400 text-sm'
5151
>
5252
{'< Back to Help'}

0 commit comments

Comments
 (0)