Skip to content

Commit

Permalink
[general] set language
Browse files Browse the repository at this point in the history
  • Loading branch information
sabovyan committed Nov 21, 2023
1 parent 8ef83d3 commit 811c320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function RootLayout({
children: React.ReactNode;
}) {
return (
<html lang="en">
<html lang="en-US">
<body className={inter.className}>
<Nav />
{children}
Expand Down

0 comments on commit 811c320

Please sign in to comment.