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