diff --git a/app/root.tsx b/app/root.tsx index 79ea1a3..349a753 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -123,7 +123,7 @@ export const loader = async ({ request }: LoaderFunctionArgs) => { function Document({ children, - title = "App title", + title = "Capital Projects", }: { children: React.ReactNode; title?: string;