Skip to content

Commit

Permalink
fix: re-add competition sub-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
niccofyren committed Nov 12, 2024
1 parent 3e996ce commit 57a00b6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,13 @@ import NavItem from "./navigation/NavItem.astro";
/>
</a>
<ul class="hidden sm:flex w-full space-x-6 space-y-0 justify-end">
<NavItem title="Konkurranser" />
<NavItem
title="Konkurranser"
subItems={[
{ title: "Kreative", path: "/competitions/creative" },
{ title: "E-sport", path: "/competitions/esport" },
]}
/>
<li>
<a href="/contact" class="block text-white hover:text-orange-500"
>Kontakt oss</a
Expand Down

0 comments on commit 57a00b6

Please sign in to comment.