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' })