Skip to content

Commit c0cab43

Browse files
committed
feat(frontend): disable next and prev buttons in OnboardingTour
1 parent 63a9b30 commit c0cab43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/frontend/app/root.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ export default function App() {
135135
<OnboardingTour
136136
maw={400}
137137
tour={tourSteps}
138+
withNextButton={false}
139+
withPrevButton={false}
138140
started={isTourStarted}
139141
onOnboardingTourEnd={stopTour}
140142
onOnboardingTourClose={stopTour}

0 commit comments

Comments
 (0)