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