From 993c88b3efd7fe681616f80a053e1915be69b4f9 Mon Sep 17 00:00:00 2001 From: Nikolaj Frey Date: Tue, 27 Jun 2023 10:30:43 +1000 Subject: [PATCH] feat: main --- app/app/root.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app/root.tsx b/app/app/root.tsx index c3b9499..9df3eae 100644 --- a/app/app/root.tsx +++ b/app/app/root.tsx @@ -13,7 +13,7 @@ import { Analytics } from '@vercel/analytics/react' export const meta: MetaFunction = () => ({ charset: 'utf-8', - title: 'New Remix App', + title: 'Thingtime | For Everything', viewport: 'width=device-width,initial-scale=1' })