diff --git a/src/components/elements/Logo.tsx b/src/components/elements/Logo.tsx index f59c477..a2ff1fb 100644 --- a/src/components/elements/Logo.tsx +++ b/src/components/elements/Logo.tsx @@ -1,12 +1,26 @@ -import { component$ } from '@builder.io/qwik'; +import { component$ } from "@builder.io/qwik"; /** * The RouterHead component is placed inside of the document `` element. */ export default component$(() => { return ( - - - + + + ); }); + +