]> BookStack Code Mirror - bookstack/blobdiff - resources/views/common/header.blade.php
Added experimental breadcrumb traversal
[bookstack] / resources / views / common / header.blade.php
index 75e4a3be016ac262a023cbd3441791c35d2750d8..f1661a14600bc97ef02e5ae3b5a1e7cfb32b2c2f 100644 (file)
@@ -30,7 +30,7 @@
                         @if(userCan('bookshelf-view-all') || userCan('bookshelf-view-own'))
                             <a href="{{ baseUrl('/shelves') }}">@icon('bookshelf'){{ trans('entities.shelves') }}</a>
                         @endif
-                        <a href="{{ baseUrl('/books') }}">@icon('book'){{ trans('entities.books') }}</a>
+                        <a href="{{ baseUrl('/books') }}">@icon('books'){{ trans('entities.books') }}</a>
                         @if(signedInUser() && userCan('settings-manage'))
                             <a href="{{ baseUrl('/settings') }}">@icon('settings'){{ trans('settings.settings') }}</a>
                         @endif