diff --git a/src/components/elements/Logo.tsx b/src/components/elements/Logo.tsx index df6a7f2..f59c477 100644 --- a/src/components/elements/Logo.tsx +++ b/src/components/elements/Logo.tsx @@ -5,65 +5,8 @@ import { component$ } from '@builder.io/qwik'; */ export default component$(() => { return ( - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + ); -}); \ No newline at end of file +});