Skip to content

Commit

Permalink
menu test3
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuli0906 committed Jul 15, 2024
1 parent 179c70e commit 39e8c33
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ import MenuItem from "@components/MenuItem.astro";
class="flex flex-col p-4 md:p-0 mt-4 rounded-lg md:flex-row md:space-x-8 rtl:space-x-reverse md:mt-0 md:border-0"
>
<MenuItem href="/" title="Home" />
<MenuItem href="/description" title="Description" />
<MenuItem href="/tutorial" title="Tutorial" />
<MenuItem href="/approaches" title="Approaches" />
<MenuItem href="/datasets" title="Datasets" />
<MenuItem href="/mammotab" title="MammoTab" />
<MenuItem href="/description/" title="Description" />
<MenuItem href="/tutorial/" title="Tutorial" />
<MenuItem href="/approaches/" title="Approaches" />
<MenuItem href="/datasets/" title="Datasets" />
<MenuItem href="/mammotab/" title="MammoTab" />
</ul>
</div>
</div>
Expand Down

0 comments on commit 39e8c33

Please sign in to comment.