Skip to content

Commit

Permalink
Διόρθωση hamburger menu
Browse files Browse the repository at this point in the history
Fixes #123
  • Loading branch information
parapente committed Nov 8, 2024
1 parent 9e5ea22 commit 603bb28
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
27 changes: 12 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion resources/views/inc/navbar.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<a class="navbar-brand" href="{{ url('/') }}">
{{ config('app.name', 'Laravel') }}
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-target="#navbarSupportedContent"
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="{{ __('Toggle navigation') }}">
<span class="navbar-toggler-icon"></span>
</button>
Expand Down

0 comments on commit 603bb28

Please sign in to comment.