v0.8.4b - Made about pages

This commit is contained in:
2020-08-12 13:08:47 +02:00
parent d016ea6c4c
commit 6671cd6aa8
6 changed files with 33 additions and 2 deletions
@@ -71,6 +71,10 @@
<img src="{{URL::asset('/images/icons/settings-hvid.svg')}}" alt="Indstillinger">
{{ __('msg.indstillinger') }}
</a>
<a href="{{ route('about.index') }}">
<img src="{{URL::asset('/images/icons/Logout.svg')}}" alt="Omkring">
{{ __('msg.omkring') }}
</a>
<a href="{{ route('users.logout') }}">
<img src="{{URL::asset('/images/icons/Logout.svg')}}" alt="Logud">
{{ __('msg.logud') }}