export default function Logo({ small, icon }: { small?: boolean; icon?: boolean }) { return (

{icon ? ( Cal ) : ( Cal )}

); }