Added href to the first 3 buttons in the menu button.

(Missing routing to the last 3)
This commit is contained in:
Anders
2020-06-26 08:07:12 +02:00
parent 795f7a919b
commit ff1fbaf53f
2 changed files with 4 additions and 4 deletions
@@ -16,15 +16,15 @@
</button>
</header>
<div class="d-none bg-sde-blue col" id="menu">
<a href="">
<a href="menu-plans">
<img src="{{URL::asset('/images/icons/Menuplan.svg')}}" alt="Menuplan">
Menuplan
</a>
<a href="">
<a href="events">
<img src="{{URL::asset('/images/icons/Aktiviteter.svg')}}" alt="Aktiviteter">
Aktiviteter
</a>
<a href="">
<a href="washing-reservations">
<img src="{{URL::asset('/images/icons/Vaske booking liste.svg')}}" alt="Vaske booking liste">
Vaske booking liste
</a>