diff --git a/src/app.tsx b/src/app.tsx index c1fbabe..77b3111 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -200,21 +200,23 @@ function AppLayout(props: { children: any }) { -
+
- ( - - )} - > - }> - {props.children} - - +
+ ( + + )} + > + }> + {props.children} + + +
diff --git a/src/components/SubdomainFooter.tsx b/src/components/SubdomainFooter.tsx index e305bd5..ef709a2 100644 --- a/src/components/SubdomainFooter.tsx +++ b/src/components/SubdomainFooter.tsx @@ -1,31 +1,19 @@ -/** - * Minimal footer for product subdomains — "made with <3 by Mike Freno" - * linking back to the root domain. - * - * Placed in the shared subdomain layout (app.tsx) so every subdomain page - * gets it automatically. Uses `buildMainSiteUrl()` so the cross-domain link - * resolves correctly in both dev (path-based localhost) and prod (host-based - * freno.me). - */ import { A } from "@solidjs/router"; import { buildMainSiteUrl } from "~/lib/site-context"; export default function SubdomainFooter() { return ( -