Skip to content

Commit 02b77bc

Browse files
committed
feat: home으로 이동 추가
1 parent 38cf408 commit 02b77bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/header/HeaderWithBack.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function HeaderWithBack({ text, moreOptionsItems }: HeaderWithBackProps) {
1919
<button
2020
onClick={(e) => {
2121
e.stopPropagation();
22-
navigate(-1);
22+
navigate('/home');
2323
}}
2424
className="px-2 py-3 cursor-pointer"
2525
>

0 commit comments

Comments
 (0)