mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
small stuf. grip page and nav
This commit is contained in:
@@ -75,14 +75,18 @@ export default function Navbar() {
|
||||
<MenuButton className="relative flex rounded-full bg-gray-800 text-sm focus:outline-none focus:ring-2 focus:ring-white focus:ring-offset-2 focus:ring-offset-gray-800">
|
||||
<span className="absolute -inset-1.5" />
|
||||
<span className="sr-only">Open user menu</span>
|
||||
Menu
|
||||
{/* <Image
|
||||
alt=""
|
||||
src="https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80"
|
||||
src="https://tailwindui.com/plus/img/logos/mark.svg?color=indigo&shade=600"
|
||||
className="size-8 rounded-full"
|
||||
width={100}
|
||||
height={100}
|
||||
/> */}
|
||||
<img
|
||||
alt=""
|
||||
src="https://tailwindui.com/plus/img/logos/mark.svg?color=indigo&shade=600"
|
||||
className="h-8 w-auto"
|
||||
/>
|
||||
</MenuButton>
|
||||
</div>
|
||||
<MenuItems
|
||||
|
||||
@@ -256,18 +256,6 @@ export default function PopNav() {
|
||||
<Bars3Icon aria-hidden="true" className="size-6" />
|
||||
</button>
|
||||
|
||||
{/* Logo */}
|
||||
<div className="ml-4 flex lg:ml-0">
|
||||
<a href="#">
|
||||
<span className="sr-only">Your Company</span>
|
||||
<img
|
||||
alt=""
|
||||
src="https://tailwindui.com/plus/img/logos/mark.svg?color=indigo&shade=600"
|
||||
className="h-8 w-auto"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
{/* Flyout menus */}
|
||||
<PopoverGroup className="hidden lg:ml-8 lg:block lg:self-stretch">
|
||||
<div className="flex h-full space-x-8">
|
||||
|
||||
Reference in New Issue
Block a user