Skip to content

Commit

Permalink
Merge pull request #286 from FitzwilliamMuseum/Bootstrap_5_migration
Browse files Browse the repository at this point in the history
Change navbar toggle
  • Loading branch information
portableant authored Apr 29, 2022
2 parents 089b40e + c9c4119 commit 140f7db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/views/includes/structure/nav.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
<img src="/images/logos/Fitz_logo_white.png" alt="The Fitzwilliam Museum Logo" height="60" width="66.66"
class="ml-1 mr-1">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText"
aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
<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>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
Expand Down

0 comments on commit 140f7db

Please sign in to comment.