Skip to content

Commit

Permalink
Bootstrap updated to v5 + uglify replaced with terser
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert González committed Jun 24, 2021
1 parent ac52548 commit 34d642e
Show file tree
Hide file tree
Showing 5 changed files with 237 additions and 134 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<ul class="navbar-nav mr-auto">
<li class="nav-item active"><a class="nav-link" href="#intro">Intro</a></li>
<li class="nav-item dropdown">
<a href="#" class="dropdown-toggle nav-link" data-toggle="dropdown" id="navbarDropdown" role="button">Examples <span class="caret"></span></a>
<a href="#" class="dropdown-toggle nav-link" data-bs-toggle="dropdown" id="navbarDropdown" role="button">Examples <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#libraryLoadExample">Library Load</a></li>
<li><a class="dropdown-item" href="#basicUsageExample">Basic Usage</a></li>
Expand Down
Loading

0 comments on commit 34d642e

Please sign in to comment.