Skip to content

Commit

Permalink
Remove quakecon from nav 🫡
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Aug 11, 2024
1 parent 021c67f commit 33104db
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions apps/web/src/components/navbar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,6 @@ import Link from "../components/link.astro";
<Link to="/canary" title="Canary">Canary</Link>
<Link to="/discord" title="Discord">Discord</Link>
<Link to="/blog" title="Blog">Blog</Link>
<Link to="/quakecon2024" title="Blog" class="flex">
Quakecon <span
class="ml-2 mt-[2px] flex items-center bg-red-600 h-5 px-1 text-sm rounded-lg"
>new</span
>
</Link>
</div>
<!--spacer small screen-->
<div class="flex md:hidden"></div>
Expand Down Expand Up @@ -185,7 +179,6 @@ import Link from "../components/link.astro";
<Link to="/canary" title="Canary">Canary</Link>
<Link to="/discord" title="Discord">Discord</Link>
<Link to="/blog" title="Blog">Blog</Link>
<Link to="/quakecon2024" title="Blog">Quakecon</Link>

<!-- add the social links -->
<div class="flex gap-4 items-center justify-center">
Expand Down

0 comments on commit 33104db

Please sign in to comment.