Added more svg icons to the hamburger menu

This commit is contained in:
frederikpyt
2020-07-30 08:41:09 +02:00
parent 9a6e1c4c4c
commit 4a1002edf3
3 changed files with 22 additions and 0 deletions
@@ -14,6 +14,7 @@
</header>
<div class="d-none bg-sde-blue col" id="menu">
<a href="{{ route("root.index") }}">
<img src="{{URL::asset('/images/icons/Home.svg')}}" alt="Home">
Home
</a>
@@ -47,6 +48,7 @@
Konto
</a>
<a href="{{ route('users.logout') }}">
<img src="{{URL::asset('/images/icons/Logout.svg')}}" alt="Menuplan">
Log Ud
</a>
</div>