Skip to content

Commit 93de04b

Browse files
committed
fix: layout.tsx JSX 注释位置修复
1 parent d33ab4b commit 93de04b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demo-site/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ export default function RootLayout({
4646
children: React.ReactNode;
4747
}>) {
4848
return (
49-
{/* TODO: 当实现路由级 i18n 时,lang 应该动态化 */}
5049
<html lang="zh-CN">
50+
{/* TODO: 当实现路由级 i18n 时,lang 应该动态化 */}
5151
<body className="min-h-screen bg-background text-foreground antialiased relative z-0">
5252
<I18nProvider>
5353
<DynamicBackground />

0 commit comments

Comments
 (0)