Skip to content

Commit

Permalink
remove timer
Browse files Browse the repository at this point in the history
  • Loading branch information
Highfire1 committed Sep 25, 2023
1 parent 6171ea3 commit 9bd5e9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/app/hacks/Body.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ export function Body()
{
return <div className={"grid-rows-5 bg-hacks-bg-black text-white"}>
<div className={"flex flex-col items-center gap-[7vh] max-[850px]:gap-[8vh] mt-[8vh] max-[850px]:mt-[9vh] font-audiowide"}>

{/*
<div>
<Timer EndTime={new Date(2023, 8, 22, 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"}>
<a href="/hacks/schedule" target="_lank" rel="noopener noreferrer"
Expand Down

0 comments on commit 9bd5e9e

Please sign in to comment.