Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions app/register/general/formPages/Confirmation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const Confirmation = ({
lineHeight: 1,
mb: 0.5,
zIndex: 1,
textShadow: "1px 1px .5px black"
textShadow: "5px 5px 13px black"
}}
>
APPLICATION
Expand All @@ -121,7 +121,7 @@ const Confirmation = ({
mb: 3,
width: "100%",
zIndex: 1,
textShadow: "1px 1px .5px black"
textShadow: "5px 5px 13px black"
}}
>
{challengePassed ? "COMPLETE" : "NEXT STEPS"}
Expand All @@ -134,7 +134,7 @@ const Confirmation = ({
fontSize: { xs: "11px", sm: "22px" },
color: "white",
zIndex: 1,
textShadow: ".5px .5px 1px black"
textShadow: "2px 2px 13px black"
}}
>
Thank you for signing up for HackIllinois 2026!
Expand All @@ -155,7 +155,7 @@ const Confirmation = ({
lineHeight: 1,
mb: 0.5,
zIndex: 1,
textShadow: "1px 1px .5px black"
textShadow: "2px 2px 13px black"
}}
>
APPLICATION
Expand All @@ -175,7 +175,7 @@ const Confirmation = ({
mb: 3,
width: "100%",
zIndex: 1,
textShadow: "1px 1px .5px black"
textShadow: "2px 2px 13px black"
}}
>
FINISHED
Expand All @@ -187,7 +187,7 @@ const Confirmation = ({
fontSize: { xs: "11px", sm: "22px" },
color: "white",
zIndex: 1,
textShadow: ".5px .5px 1px black"
textShadow: "2px 2px 13px black"
}}
>
Thank you for signing up for HackIllinois 2026!
Expand All @@ -201,7 +201,7 @@ const Confirmation = ({
color: "white",
mb: "17px",
zIndex: 1,
textShadow: ".5px .5px 1px black"
textShadow: "2px 2px 13px black"
}}
>
Please check the status of your account in your
Expand All @@ -220,7 +220,7 @@ const Confirmation = ({
color: "white",
my: "17px",
zIndex: 1,
textShadow: ".5px .5px 1px black"
textShadow: "2px 2px 13px black"
}}
>
{challengePassed ? (
Expand Down