Skip to content

Commit

Permalink
Set title for site in root
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerMatteo committed Oct 30, 2024
1 parent 1837895 commit 7edbbf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export const loader = async ({ request }: LoaderFunctionArgs) => {

function Document({
children,
title = "App title",
title = "Capital Projects",
}: {
children: React.ReactNode;
title?: string;
Expand Down

0 comments on commit 7edbbf3

Please sign in to comment.