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 38cf408 commit 02b77bcCopy full SHA for 02b77bc
src/layouts/header/HeaderWithBack.tsx
@@ -19,7 +19,7 @@ function HeaderWithBack({ text, moreOptionsItems }: HeaderWithBackProps) {
19
<button
20
onClick={(e) => {
21
e.stopPropagation();
22
- navigate(-1);
+ navigate('/home');
23
}}
24
className="px-2 py-3 cursor-pointer"
25
>
0 commit comments