Added more svg icons to the hamburger menu
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user