Skip to content

Commit

Permalink
Fixed broken navbar toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
lminiero committed Dec 6, 2023
1 parent 5cc6c6c commit ec9a7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/navbar.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="container">
<a class="navbar-brand" href="index.html">Janus (multistream)</a>
<button type="button" class="navbar-toggler" data-bs-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<button type="button" class="navbar-toggler" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbarResponsive">
Expand Down

0 comments on commit ec9a7e9

Please sign in to comment.