diff --git a/client/src/components/logo/logo.tsx b/client/src/components/logo/logo.tsx index 4e46318..37e1eb9 100644 --- a/client/src/components/logo/logo.tsx +++ b/client/src/components/logo/logo.tsx @@ -6,16 +6,18 @@ interface Props { variant?: 'primary' | 'secondary' } -const Logo: FC = ({ onClick, variant }) => { +const Logo: FC = ({ variant }) => { return ( - + + + > BigOhhh - + + ) }