Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Aug 7, 2024
1 parent 5eb4536 commit 8c78a8c
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions apps/web/src/components/footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import Link from "./link.astro";
</div>
<div class="flex flex-col justify-center items-center">
<div class="flex items-center justify-center gap-4 mb-4 text-lg">
<div class="hidden md:flex justify-end gap-4">
<div class="flex justify-end gap-4">
<a
aria-label="discord"
target="_blank"
Expand All @@ -59,29 +59,11 @@ import Link from "./link.astro";
<TwitterIcon />
</a>
</div>

<div class="flex justify-end">
<!--mobile menu -->
<button
id="mobile-menu-button"
class="md:hidden pb-3 justify-end w-10 h-10 grid items-center"
type="button"
aria-label="Open navigation"
aria-controls="main-navigation"
aria-expanded="false"
>
<!--match icon color with others (from layout)-->
<span
class="hamburger-lines w-5 h-[3px] bg-gray-200 before:bg-gray-200 after:bg-gray-200"
></span>
</button>
</div>
</div>
<div class="flex items-center justify-center gap-4 text-[0.9rem]">
<Link title="Privacy Policy" to="/privacy">Privacy</Link>
<Link title="Terms of Service" to="/tos">Terms</Link>
<Link title="About" to="/about">About</Link>
<Link title="Quakecon" to="/quakecon2024">Quakecon</Link>
<Link title="Overlayed email" to="mailto:[email protected]">
Contact
</Link>
Expand Down

0 comments on commit 8c78a8c

Please sign in to comment.