Skip to content

Commit

Permalink
Update profileHeader.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
avsomers25 committed Feb 1, 2025
1 parent 7414694 commit 6f3245b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/dashboard/components/profileHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,15 +225,15 @@ export default function ProfileHeader(props: {
<>
<div className="flex flex-row items-center">
<CardTitle>
Registered!
Registered! WE DO NOT HAVE ANY MORE SPACE EVEN FOR PEOPLE WHOS TEAM IS ALREADY IN
</CardTitle>
</div>
</>
)}
{userData.registration_status == 'waitlist' && (
<>
<div className="flex flex-col">
<CardTitle>Delayed Entry</CardTitle>
<CardTitle>Delayed Entry WE DO NOT HAVE ANY MORE SPACE EVEN FOR PEOPLE WHOS TEAM IS ALREADY IN</CardTitle>
<div>
<CardDescription>
Unfortunately, we&apos;ve had to place you on our waitlist.
Expand All @@ -247,7 +247,7 @@ export default function ProfileHeader(props: {
{userData.registration_status == 'confirmed' && (
<>
<CardTitle>
Confirmed
Confirmed WE DO NOT HAVE ANY MORE SPACE EVEN FOR PEOPLE WHOS TEAM IS ALREADY IN
</CardTitle>
<CardDescription>
Get ready to code! You&apos;re fully signed up and ready to
Expand Down

0 comments on commit 6f3245b

Please sign in to comment.