From ae6293c09abcb58b822f5e805cfd6a41fdd51f3c Mon Sep 17 00:00:00 2001 From: Nikolaj Frey Date: Tue, 27 Jun 2023 11:32:30 +1000 Subject: [PATCH] feat: main --- remix/app/root.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remix/app/root.tsx b/remix/app/root.tsx index f33fb98..302e28d 100644 --- a/remix/app/root.tsx +++ b/remix/app/root.tsx @@ -12,7 +12,7 @@ import { Analytics } from '@vercel/analytics/react' function Document ({ children, - title = 'Thingtime | For Everything' + title = 'Thingtime' }: { children: React.ReactNode title?: string