Skip to content

Commit

Permalink
fix(hot): header in onboarding page
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Sep 24, 2024
1 parent 09cdb7f commit 928ad7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/(home)/onboarding.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ export default function Onboarding(): JSX.Element {
<Stack.Screen
options={{
title: t('onboarding.title'),
headerShown: true,
headerRight: () => (
<RectButton
activeOpacity={0}
Expand Down

0 comments on commit 928ad7e

Please sign in to comment.