diff --git a/web/components/ui/Logo/Logo.tsx b/web/components/ui/Logo/Logo.tsx index 5b590145d..520c4b56b 100644 --- a/web/components/ui/Logo/Logo.tsx +++ b/web/components/ui/Logo/Logo.tsx @@ -1,4 +1,3 @@ -import { Image } from 'antd'; import { FC } from 'react'; import styles from './Logo.module.scss'; @@ -9,7 +8,7 @@ export type LogoProps = { export const Logo: FC = ({ src }) => (
- Logo + Logo
);