diff --git a/frontend/app/layout/Logo.tsx b/frontend/app/layout/Logo.tsx index 5ddc3634d..c5fd13eee 100644 --- a/frontend/app/layout/Logo.tsx +++ b/frontend/app/layout/Logo.tsx @@ -13,12 +13,12 @@ interface Props { function Logo(props: Props) { return ( - - ); } -export default Logo; \ No newline at end of file +export default Logo;