Skip to content

Commit

Permalink
Fix missing attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
MewenLeHo committed Nov 28, 2022
1 parent b7c2e80 commit d2b9440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.2/components/orange-navbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ An additional navbar (with text or icon items) can be added on the right of the
<!-- Navbar with links -->
<div id="global-header-1.1" class="navbar-collapse collapse me-lg-auto global-header-1">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link active" href="#">Discover</a></li>
<li class="nav-item"><a class="nav-link active" href="#" aria-current="page">Discover</a></li>
<li class="nav-item"><a class="nav-link" href="#">Shop</a></li>
</ul>
</div>
Expand Down

0 comments on commit d2b9440

Please sign in to comment.