Skip to content

Commit da2e748

Browse files
authored
Update website/app/layout.tsx
1 parent 98b38d4 commit da2e748

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default function RootLayout({
1313

1414
return (
1515
<html lang="en">
16-
<body className={``}>
16+
<body>
1717
{children}
1818
</body>
1919
</html>

0 commit comments

Comments
 (0)