import NextImage from "next/image"; import NextLink from "next/link"; import BannerDark from "../images/banner-tube-archivist-dark.png"; import IconSearch from "../images/icon-search.svg"; import IconGear from "../images/icon-gear.svg"; import IconExit from "../images/icon-exit.svg"; import { signIn, signOut, useSession } from "next-auth/react"; /** TODO: Fix these nav links */ export const Nav = () => { const { data: session } = useSession(); return (
{/* {% if colors == 'dark */} {/* {% endif %} */} {/* {% if colors == 'light */} {/* tube-archivist-banner */} {/* {% endif %} */}
home
channels
playlists
downloads
signOut() : () => signIn()} >
); };