import { Link } from 'react-router-dom'; interface LogoProps { orgSlug?: string; } export const Logo = ({ orgSlug }: LogoProps) => { return (