mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-20 03:53:17 +00:00
Merge pull request #649 from pixelfed/frontend-ui-refactor
Fix nav link
This commit is contained in:
commit
ba81ffbbbb
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ return [
|
|||
| This value is the version of your PixelFed instance.
|
||||
|
|
||||
*/
|
||||
'version' => '0.6.0',
|
||||
'version' => '0.6.1',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
|
@ -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