Skip to content

Commit

Permalink
Fixed navbar responsive mode
Browse files Browse the repository at this point in the history
  • Loading branch information
glewe committed May 15, 2023
1 parent 77084ae commit 148ae9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Views/_navbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<div class="container">

<a class="navbar-brand" href="#"><i class="bi-shield-shaded text-warning"></i></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarLeweCI4Auth" aria-controls="navbarLeweCI4Auth" aria-expanded="false" aria-label="Toggle navigation">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarTop" aria-controls="navbarTop" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>

<div class="collapse navbar-collapse" id="navbarLeft">
<div class="collapse navbar-collapse" id="navbarTop">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="<?= base_url() ?>/"><i class="bi-house-fill menu-icon"></i><?= lang('Auth.nav.home') ?></a>
Expand Down

0 comments on commit 148ae9a

Please sign in to comment.