forked from mirror/pixelfed
Fix nav link
This commit is contained in:
parent
bae721df3b
commit
fa6e9485ca
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@
|
|||
{{__('navmenu.publicTimeline')}}
|
||||
</a>
|
||||
|
||||
<a class="d-block d-md-none dropdown-item font-weight-bold" href="/i/discover">
|
||||
<a class="d-block d-md-none dropdown-item font-weight-bold" href="{{route('discover')}}">
|
||||
<span class="far fa-compass pr-1"></span>
|
||||
{{__('Discover')}}
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue