From 34db1df98714be9df90c8fb7e2113d5ddb0b30d7 Mon Sep 17 00:00:00 2001 From: Maxwell Date: Sat, 16 Nov 2024 21:35:09 -0800 Subject: [PATCH] feat: add made with fresh tag --- routes/_layout.tsx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/routes/_layout.tsx b/routes/_layout.tsx index fa2b0f4..98e5d21 100644 --- a/routes/_layout.tsx +++ b/routes/_layout.tsx @@ -5,9 +5,19 @@ export default function Layout({ Component, state }: PageProps) { return (
-
+
+
); }