Skip to content

Commit

Permalink
get rid of dev skip
Browse files Browse the repository at this point in the history
  • Loading branch information
wwsalmon committed Feb 12, 2023
1 parent ae53014 commit 4f7a9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/onboarding.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default function Onboarding({thisUser}: {thisUser: HydratedDocument<IUser
3: "second booster",
}[stage]}</button>
)}
<button onClick={() => setStage(prev => prev + 1)}>DEV SKIP</button>
{/*<button onClick={() => setStage(prev => prev + 1)}>DEV SKIP</button>*/}
</>
)}
</div>
Expand Down

1 comment on commit 4f7a9f4

@vercel
Copy link

@vercel vercel bot commented on 4f7a9f4 Feb 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

boostontime – ./

boostontime.vercel.app
boostontime-git-main-wwsalmon.vercel.app
boostontime-wwsalmon.vercel.app

Please sign in to comment.