diff --git a/site/components/logo.tsx b/site/components/logo.tsx
index ad1e78eaf..c3adeab61 100644
--- a/site/components/logo.tsx
+++ b/site/components/logo.tsx
@@ -2,30 +2,16 @@ import { cn } from "@/lib/utils";
export function Logo({ className }: { className?: string }) {
return (
-
-
-
+
+
+
+
);
}
@@ -38,7 +24,7 @@ export function Wordmark({ className }: { className?: string }) {
)}
>
- graph-sitter
+ Graph-sitter
);
}