diff --git a/src/components/Logo.tsx b/src/components/Logo.tsx index 2cd65b8..0619745 100644 --- a/src/components/Logo.tsx +++ b/src/components/Logo.tsx @@ -2,37 +2,32 @@ import React from "react"; import classNames from "classnames"; export type Props = { className?: string; + fillColors?: "blue" | "gray"; }; -const Logo = ({ className }: Props) => { +const Logo = ({ className, fillColors = "blue" }: Props) => { return ( -
- +
+