Skip to content

Commit

Permalink
fixed the navbar bug
Browse files Browse the repository at this point in the history
  • Loading branch information
BekhruzSNiyazov committed Jun 29, 2021
1 parent 3baab4b commit fd0656f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/basicUI.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ class NavBar extends basicUIObject {
this.src = `<div class="container-fluid">
<a class="navbar-brand" id="navbar-image" href="#" style="padding-top: 0;"></a>
<a class="navbar-brand" id="navbar-title" href="#">Navbar</a>
<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 class="navbar-toggler" type="button" data-mdb-toggle="collapse" data-mdb-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0" id="items-list"></ul>
Expand Down

0 comments on commit fd0656f

Please sign in to comment.