Skip to content

Commit

Permalink
fix: 무한 설정 페이지 버그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
summermong committed Aug 27, 2024
1 parent fe57a24 commit 145d741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/setting/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function Page() {
<div>
<HeaderBar>
<HeaderBar.LeftContent>
<BackButton onClickBack={() => router.back()} />
<BackButton onClickBack={() => router.push('/')} />
</HeaderBar.LeftContent>
<HeaderBar.Title>설정</HeaderBar.Title>
</HeaderBar>
Expand Down

0 comments on commit 145d741

Please sign in to comment.