Browse Source

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

Fix nav link
daniel 6 years ago
parent
commit
ba81ffbbbb
2 changed files with 2 additions and 2 deletions
  1. 1 1
      config/pixelfed.php
  2. 1 1
      resources/views/layouts/partial/nav.blade.php

+ 1 - 1
config/pixelfed.php

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

+ 1 - 1
resources/views/layouts/partial/nav.blade.php

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