Skip to content

Commit

Permalink
remove duplicated main element (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
choeqq committed Jan 29, 2024
1 parent 264c56e commit 9502944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
return (
<html lang="en">
<body className="antialiased text-gray-900 bg-gray-50">
<main vaul-drawer-wrapper="">{children}</main>
<div vaul-drawer-wrapper="">{children}</div>
<Analytics />
</body>
</html>
Expand Down

0 comments on commit 9502944

Please sign in to comment.