diff --git a/src/components/Logo.tsx b/src/components/Logo.tsx index 0619745..c7c7dd1 100644 --- a/src/components/Logo.tsx +++ b/src/components/Logo.tsx @@ -7,30 +7,53 @@ export type Props = { const Logo = ({ className, fillColors = "blue" }: Props) => { return ( -