Skip to content

Commit

Permalink
chore: set application as close
Browse files Browse the repository at this point in the history
  • Loading branch information
arian81 committed Jan 7, 2024
1 parent 7f638b0 commit a502a52
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/components/CountdownAndLinks.astro
Original file line number Diff line number Diff line change
Expand Up @@ -48,21 +48,19 @@ const links: Array<{
<!-- <Counter client:only="react" endTime={end.unix()} /> -->

<div
class="flex flex-col items-center text-center lg:items-start font-bold md:col-span-2 lg:text-left"
class="flex flex-col items-center text-center font-bold md:col-span-2 lg:items-start lg:text-left"
>
<h1
class="text-2xl text-fill-transparent text-stroke-white text-stroke-2 md:whitespace-nowrap md:text-6xl"
>
<span> APPLICATIONS</span>
</h1>
<a
class="flex text-5xl underline md:text-7xl"
href="https://portal.deltahacks.com/"
>OPEN!
<a class="flex text-5xl underline md:text-7xl"
>CLOSED!
<Image
src={arrowUpRight}
alt="Link To Apply"
class="w-16 md:w-24 -mt-2"
class="-mt-2 w-16 md:w-24"
/>
</a>
</div>
Expand Down

0 comments on commit a502a52

Please sign in to comment.