Skip to content

Commit 1d3deaf

Browse files
committed
minor improvement
1 parent 9b497bb commit 1d3deaf

File tree

5 files changed

+736
-18
lines changed

5 files changed

+736
-18
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
22

apps/demo/src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default function RootLayout({
1616
}>) {
1717
return (
1818
<html lang="en">
19-
<body className={inter.className}>{children}</body>
19+
<body className={`${inter.className} antialiased`}>{children}</body>
2020
</html>
2121
);
2222
}

0 commit comments

Comments
 (0)