1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-01-03 13:44:13 +00:00

Update nav

This commit is contained in:
Daniel Supernault 2019-12-06 23:22:10 -07:00
parent a1cd57e206
commit 2238f18eed
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -70,10 +70,12 @@
<span class="far fa-bell pr-1"></span> <span class="far fa-bell pr-1"></span>
Notifications Notifications
</a> </a>
<div class="dropdown-divider"></div>
<a class="dropdown-item font-weight-bold" href="{{route('timeline.public')}}"> <a class="dropdown-item font-weight-bold" href="{{route('timeline.public')}}">
<span class="far fa-map pr-1"></span> <span class="far fa-map pr-1"></span>
{{__('navmenu.publicTimeline')}} {{__('navmenu.publicTimeline')}}
</a> </a>
<div class="dropdown-divider"></div>
<a class="dropdown-item font-weight-bold" href="{{route('settings')}}"> <a class="dropdown-item font-weight-bold" href="{{route('settings')}}">
<span class="fas fa-cog pr-1"></span> <span class="fas fa-cog pr-1"></span>
{{__('navmenu.settings')}} {{__('navmenu.settings')}}