Skip to content

Commit

Permalink
Added text for the timer
Browse files Browse the repository at this point in the history
  • Loading branch information
rishit-singh committed Sep 6, 2023
1 parent 9c3e1b7 commit bfc43bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/src/app/hacks/Body.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ export function Body()
{
return <div className={"grid-rows-6 bg-hacks-bg-black"}>
<div className={"flex flex-col items-center gap-[7vh] max-[850px]:gap-[8vh] mt-[8vh] max-[850px]:mt-[9vh]"}>
<Timer EndTime={new Date(2023, 8, 23, 8, 0, 0)}/>
<div>
<Timer EndTime={new Date(2023, 8, 23, 8, 0, 0)}/>
<span className={"text-sm max-[850px]:text-sm flex flex-col items-center mt-0"}>left until the hackathon.</span>
</div>
<div className={"text-xl max-[850px]:text-sm flex flex-col items-center"}>
<span>Registration opens </span>
<span>Sept 6 @ 5 PM (Pacific Time).</span>
Expand Down

0 comments on commit bfc43bb

Please sign in to comment.