diff --git a/src/components/elements/Logo.tsx b/src/components/elements/Logo.tsx index a2ff1fb..7019eda 100644 --- a/src/components/elements/Logo.tsx +++ b/src/components/elements/Logo.tsx @@ -1,26 +1,37 @@ -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 ( -