'use client'; import Image from 'next/image'; import Link from 'next/link'; import { useTheme } from 'next-themes'; export const Logo = () => { const { resolvedTheme } = useTheme(); return ( // TODO: Make this go back to the organization page if you are logged in