Skip to content

Commit

Permalink
Update header.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Jodekq committed Feb 13, 2024
1 parent a9346bc commit 86b0fe8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/client/_templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
</header>
<div class="nav-wrapper">
<nav>
<a class="item-style-1 item-1" href="../../../dist/addplate/"><i class='bx bx-plus-medical'></i><span>New Plates</span></a>
<a class="item-style-1 item-2" href="../../../dist/saveplates/"><i class='bx bx-save'></i><span>Saved Plates</span></a>
<a class="item-style-1 item-3" href="../../../dist/tobuy/"><i class='bx bx-list-check'></i><span>ToBuy</span></a>
<a class="item-style-1 item-4" href="../../../dist/fridge/"><i class='bx bx-fridge'></i><span>Fridge</span></a>
<a class="item-style-1 item-5" href="../../../dist/calendar/"><i class='bx bxs-calendar'></i><span>Calendar</span></a>
<a class="item-style-1 item-1" href="../../../addplate/"><i class='bx bx-plus-medical'></i><span>New Plates</span></a>
<a class="item-style-1 item-2" href="../../../saveplates/"><i class='bx bx-save'></i><span>Saved Plates</span></a>
<a class="item-style-1 item-3" href="../../../tobuy/"><i class='bx bx-list-check'></i><span>ToBuy</span></a>
<a class="item-style-1 item-4" href="../../../fridge/"><i class='bx bx-fridge'></i><span>Fridge</span></a>
<a class="item-style-1 item-5" href="../../../calendar/"><i class='bx bxs-calendar'></i><span>Calendar</span></a>
</nav>
</div>
</body>
Expand Down

0 comments on commit 86b0fe8

Please sign in to comment.