Skip to content

Commit

Permalink
what the frick
Browse files Browse the repository at this point in the history
  • Loading branch information
lilianzlettuce committed Sep 22, 2024
1 parent 65919e3 commit 84afd00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/countdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ const Countdown = ({ hackNightDate }: { hackNightDate: Date }) => {
return (
<Draggable handle=".handle">
<div
className="handle bg-black border-4 border-yellow-400 rounded-lg w-60 min-w-fit mx-auto z-20
className="bg-black border-4 border-yellow-400 rounded-lg w-60 min-w-fit mx-auto z-20
shadow-email shadow-gray-900/30 h-fit absolute top-8 left-20 sm:left-32 cursor-pointer"
>
<div className="rounded-t-lg px-2 border-b-2 border-black flex flex-row bg-black">
<div className="handle rounded-t-lg px-2 border-b-2 border-black flex flex-row bg-black">
<div className="text-white font-bold font-mono">
<FontAwesomeIcon icon={faWindows} size="1x" /> {display}.exe{' '}
<button
Expand Down

0 comments on commit 84afd00

Please sign in to comment.