Skip to content

Commit

Permalink
times on dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
avsomers25 committed Jan 28, 2025
1 parent 5c31873 commit b40f079
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions app/dashboard/components/profileHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export default function ProfileHeader(props: {
<div>
<CardDescription>
Unfortunately, we&apos;ve had to place you on our waitlist.
Show up closer to our delayed check-in phase where hackers will be checked in based on remaining availability!
Show up closer to our delayed check-in phase at 10:45am where hackers will be checked in based on remaining availability!
In the meantime, any confirmed teammates can wait in the venue.
</CardDescription>
</div>
Expand All @@ -247,9 +247,12 @@ export default function ProfileHeader(props: {
{userData.registration_status == 'confirmed' && (
<>
<CardTitle>
Get ready to code! You&apos;re fully signed up and ready to
show up on February 1st.
Confirmed
</CardTitle>
<CardDescription>
Get ready to code! You&apos;re fully signed up and ready to
show up on February 1st. You are guarenteed entry if you show up before 10:45am, at which point it will be first come first served.
</CardDescription>
</>
)}
{(userData.registration_status == 'confirmation' ||
Expand Down

0 comments on commit b40f079

Please sign in to comment.