We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dad850 commit c5b4147Copy full SHA for c5b4147
apps/portal/src/pages/_document.tsx
@@ -2,7 +2,7 @@ import { Head, Html, Main, NextScript } from 'next/document';
2
3
export default function Document() {
4
return (
5
- <Html className="bg-slate-50">
+ <Html lang="en" className="bg-slate-50">
6
<Head />
7
<body>
8
<Main />
0 commit comments