Update navbar.html

This commit is contained in:
Justin Allman 2024-04-16 18:09:32 -04:00 committed by Jeremy Thomas
parent d2687d444c
commit a38cd562d9

View File

@ -724,7 +724,7 @@ $(document).ready(function() {
<div class="content">
<p>
The <code>navbar-burger</code> is a hamburger menu that only appears on <strong>touch devices</strong>. It has to appear as the last child of <code>navbar-brand</code>. It has to contain three empty <code>span</code> tags in order to visualize the hamburger lines or the cross (when active).
The <code>navbar-burger</code> is a hamburger menu that only appears on <strong>touch devices</strong>. It has to appear as the last child of <code>navbar-brand</code>. It has to contain four empty <code>span</code> tags in order to visualize the hamburger lines or the cross (when active).
</p>
</div>