Merge pull request #649 from pixelfed/frontend-ui-refactor

Fix nav link
This commit is contained in:
daniel 2018-12-16 02:06:11 -07:00 committed by GitHub
commit ba81ffbbbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ return [
| This value is the version of your PixelFed instance.
|
*/
'version' => '0.6.0',
'version' => '0.6.1',
/*
|--------------------------------------------------------------------------

View file

@ -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>