diff --git a/apps/website/src/components/icons/AstroLogo.tsx b/apps/website/src/components/icons/AstroLogo.tsx
index 3fb5b6bb8..5b28a1865 100644
--- a/apps/website/src/components/icons/AstroLogo.tsx
+++ b/apps/website/src/components/icons/AstroLogo.tsx
@@ -2,15 +2,47 @@ import { component$, type PropsOf } from '@builder.io/qwik';
export default component$((props: PropsOf<'svg'>) => {
return (
-
+ <>
+
+
+ >
);
});