diff --git a/src/components/Icons/AppLogo/AppLogo.tsx b/src/components/Icons/AppLogo/AppLogo.tsx index 319fb81..65122d5 100644 --- a/src/components/Icons/AppLogo/AppLogo.tsx +++ b/src/components/Icons/AppLogo/AppLogo.tsx @@ -6,24 +6,26 @@ export interface props { } export default function AppLogo(props: props) { return ( - - - - - - - - +
+ + + + + + + + +
); }