added dark mode and jacket art

This commit is contained in:
polaris
2024-07-01 14:19:20 -04:00
parent 076be97aab
commit fce22cda7c
9 changed files with 88 additions and 8 deletions

View File

@ -2,6 +2,7 @@
import Link from "next/link";
import { usePathname } from "next/navigation";
import { ModeToggle } from "../darkmode";
const NAV_ITEMS = [
{ href: "/home", label: "Home" },

View File

@ -16,6 +16,7 @@ import { getAuth } from "@/auth/queries/getauth";
import NavigationMenuDesktop from "./desktopNavBar";
import NavigationMenuMobile from "./mobileNavBar";
import { signOut } from "@/auth/components/signout";
import { ModeToggle } from "../darkmode";
const HeaderNavigation = async () => {
const { user } = await getAuth();
@ -50,6 +51,8 @@ const HeaderNavigation = async () => {
/>
</div>
</form>
<ModeToggle />
<DropdownMenu>
<DropdownMenuTrigger asChild>
<Button