diff --git a/app/components/Layout.tsx b/app/components/Layout.tsx index 45b04b8..615ddbd 100644 --- a/app/components/Layout.tsx +++ b/app/components/Layout.tsx @@ -1,6 +1,7 @@ import { Link, useLocation } from "@remix-run/react"; import { SITE } from "~/utils/site-config"; import { ThemePicker } from "./ThemePicker"; +import { SparkleText } from "./SparkleText"; export function TopNav({ current }: { current?: string }) { const links = [ @@ -44,7 +45,9 @@ export function SiteHeader() { {SITE.name}
)} -{SITE.bio}
+
+
{it.body}
+
- {s.body}
+
- {s.body}
+