diff --git a/app/components/syntax/Logo.tsx b/app/components/syntax/Logo.tsx
index e6e1530..c7e787e 100644
--- a/app/components/syntax/Logo.tsx
+++ b/app/components/syntax/Logo.tsx
@@ -33,7 +33,7 @@ function LogomarkPaths() {
);
}
-export function Logo(props: React.ComponentPropsWithoutRef<"svg">) {
+export function LogoWithText(props: React.ComponentPropsWithoutRef<"svg">) {
return (
);
}
+
+export function Logo(props: React.ComponentPropsWithoutRef<"svg">) {
+ return (
+
+ );
+}
diff --git a/app/components/syntax/MobileNavigation.tsx b/app/components/syntax/MobileNavigation.tsx
index 587f839..e120858 100644
--- a/app/components/syntax/MobileNavigation.tsx
+++ b/app/components/syntax/MobileNavigation.tsx
@@ -55,9 +55,11 @@ export function MobileNavigation() {
>
+
+