File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
tailwind_components/navbars Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,10 @@ const NavbarSocialIcon = stripIndent`
55< nav class = "border-gray-200 bg-white px-2 dark:border-gray-700 dark:bg-gray-900" >
66 < div class = "container mx-auto flex flex-wrap items-center justify-between" >
77 < a href = "#" class = "flex items-center" >
8- <!-- <img src="https://flowbite.com/docs/images/logo.svg" class="mr-3 h-6 sm:h-10" alt="Flowbite Logo"> -->
9- <!-- <span class="self-center text-xl font-semibold whitespace-nowrap dark:text-white">Flowbite</span> -->
8+
109 </ a >
1110 < button data-collapse-toggle = "mobile-menu" type = "button" class = "ml-3 inline-flex items-center justify-center rounded-lg text-gray-400 hover:text-gray-900 focus:outline-none focus:ring-2 focus:ring-blue-300 dark:text-gray-400 dark:hover:text-white dark:focus:ring-gray-500 md:hidden" aria-controls = "mobile-menu-2" aria-expanded = "false" >
12- <!-- <span class="sr-only">Open main menu</span> -->
11+
1312 < svg class = "h-6 w-6" aria-hidden = "true" fill = "currentColor" viewBox = "0 0 20 20" xmlns = "http://www.w3.org/2000/svg" > < path fill-rule = "evenodd" d = "M3 5a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 15a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z" clip-rule = "evenodd" > </ path > </ svg >
1413 </ button >
1514 < div class = "hidden w-full md:block md:w-auto" id = "mobile-menu" >
You can’t perform that action at this time.
0 commit comments