Skip to content

Commit

Permalink
chore: use correct html lang
Browse files Browse the repository at this point in the history
  • Loading branch information
alan10332000 committed Jul 29, 2023
1 parent 5c7aa46 commit 9c4c24e
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 @@ -12,7 +12,7 @@ export default function RootLayout({
children: React.ReactNode;
}) {
return (
<html lang="en" suppressHydrationWarning>
<html lang="zh-Hant" suppressHydrationWarning>
<body>
<ThemeProvider attribute="class" defaultTheme="system" enableSystem>
{children}
Expand Down

0 comments on commit 9c4c24e

Please sign in to comment.