Skip to content

Commit

Permalink
chore: reposition driver buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-stumpf committed Jul 24, 2024
1 parent 1aa6f41 commit 30f4c24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const OnboardingDriver = () => {

return (
<>
<div className="fixed right-4 bottom-4 z-10 space-x-2">
<div className="fixed bottom-4 left-4 z-10 space-x-2">
<Button onClick={() => dispatchChainAction("previous")}>previous</Button>
<Button onClick={() => dispatchChainAction("next")}>next</Button>
</div>
Expand Down

0 comments on commit 30f4c24

Please sign in to comment.