Skip to content

Commit

Permalink
Update layout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Palid authored Dec 3, 2023
1 parent bae18fe commit 0f3485a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
<body className={inter.className}>
<section className="flex flex-col min-h-screen bg-white dark:bg-zinc-900">
<Menu />
<main>{children}</main>
<main className="flex">{children}</main>
</section>
</body>
</html>
Expand Down

0 comments on commit 0f3485a

Please sign in to comment.