]> BookStack Code Mirror - bookstack/blobdiff - resources/views/partials/book-tree.blade.php
Made another mass of accessibility improvements
[bookstack] / resources / views / partials / book-tree.blade.php
index 1a1a945487a85e3913801fdebc3175e15a2e5df9..c288e63674ff38b456a4b13ed530746510f11e29 100644 (file)
@@ -1,4 +1,4 @@
-<div id="book-tree" class="book-tree mb-xl" v-pre>
+<nav id="book-tree" class="book-tree mb-xl" v-pre aria-label="{{ trans('entities.books_navigation') }}">
     <h5>{{ trans('entities.books_navigation') }}</h5>
 
     <ul class="sidebar-page-list mt-xs menu entity-list">
@@ -29,4 +29,4 @@
             </li>
         @endforeach
     </ul>
-</div>
\ No newline at end of file
+</nav>
\ No newline at end of file