Skip to content

Commit

Permalink
chore: skip tutorial button on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
chambaz committed Feb 22, 2024
1 parent 09ff827 commit 6d6f6b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const TutorialSlide = ({
{showSkip && (
<Button
variant="outline"
className="mt-4 w-full"
className="mt-4 w-full md:hidden"
onClick={() => {
if (closeDialog) closeDialog();
}}
Expand Down

0 comments on commit 6d6f6b0

Please sign in to comment.