diff --git a/src/components/Logo/Logo.tsx b/src/components/Logo/Logo.tsx index 6005307..cc00180 100644 --- a/src/components/Logo/Logo.tsx +++ b/src/components/Logo/Logo.tsx @@ -1,3 +1,5 @@ +import { Grid } from "@mui/material"; + interface Props { width?: number; height?: number; @@ -9,28 +11,366 @@ const Logo: React.FC = ({ width, height }) => { width={width} height={height} viewBox="0 0 600 160" - fill="none" xmlns="http://www.w3.org/2000/svg" > - - - + +