From aefde833b9ec54420912c84cdb7a70a31cd64a81 Mon Sep 17 00:00:00 2001 From: MattTheTekie <94870997+MattTheTekie@users.noreply.github.com> Date: Sat, 13 May 2023 15:08:26 -0400 Subject: [PATCH] Add files via upload --- src/components/elements/Logo.tsx | 65 ++------------------------------ 1 file changed, 4 insertions(+), 61 deletions(-) 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 +});