small stuf. grip page and nav

This commit is contained in:
2024-12-13 06:30:12 -05:00
parent b2e2893b4b
commit cd0a2dedc3
4 changed files with 14 additions and 17 deletions

View File

@@ -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

View File

@@ -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">