Skip to content

Commit 3459387

Browse files
committed
fix(global error): add locale
1 parent d6cab17 commit 3459387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/pocket/app/global-error.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default function GlobalError({ error }: { error: Error & { digest?: strin
2424
<main>
2525
<NextError statusCode={0} />
2626
</main>
27-
<NavFooter />
27+
<NavFooter locale="en" />
2828
</body>
2929
</html>
3030
)

0 commit comments

Comments
 (0)