Skip to content

Commit

Permalink
Feat : community banner
Browse files Browse the repository at this point in the history
  • Loading branch information
zleypner committed Dec 18, 2024
1 parent 7f750a5 commit ea1fd34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<body>
<CommunityBanner />
<body>
<SidebarProvider>
<div className="flex min-h-screen">
<SocialSphereSidebar />
Expand Down

0 comments on commit ea1fd34

Please sign in to comment.