"use client"; import { Navbar, NavbarBrand, NavbarContent, NavbarItem, } from "@nextui-org/navbar"; import { Avatar, Dropdown, DropdownItem, DropdownMenu, DropdownTrigger, ScrollShadow, } from "@nextui-org/react"; import React from "react"; import { ThemeSwitch } from "../../theme-switch"; import Link from "next/link"; interface Props { children: React.ReactNode; pageTitle?: string; } export default function HumasNavbarWrapper({ children }: Props) { return (
Signed in as
zoey@example.com