Skip to content

Commit

Permalink
Fixed back button
Browse files Browse the repository at this point in the history
  • Loading branch information
zleypner committed Aug 23, 2024
1 parent 3b1cecf commit 97eae11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/quest-boost/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default function Page() {
return (
<div className={styles.container}>
<div className={styles.backButton}>
<BackButton onClick={() => router.back()} />
<BackButton onClick={() => router.push("/")} />
</div>
<Typography type={TEXT_TYPE.H1} color="transparent" className={styles.title}>Boosts Quest</Typography>

Expand Down

0 comments on commit 97eae11

Please sign in to comment.