components/navbar-footer: make it a footer

Incidentally fix #13
This commit is contained in:
Kazhnuz 2018-10-24 21:02:15 +02:00
parent 177510c2df
commit 6a710709d0
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<footer class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container-fluid">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#SecondNavbar" aria-controls="SecondNavbar" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
@ -21,4 +21,4 @@
</ul>
</div>
</div>
</nav>
</footer>