Skip to content

Commit

Permalink
Merge pull request #55 from agicommies/hotfix/duplicated-footer-divider
Browse files Browse the repository at this point in the history
fix: delete duplicated footer divider
  • Loading branch information
vinicius-sacramento authored Jul 17, 2024
2 parents b506326 + 4ec10eb commit 68e1f5a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/commune-governance/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { cairo } from "@commune-ts/ui/fonts";
import { Footer } from "@commune-ts/ui/footer";
import { Header } from "@commune-ts/ui/header";

import { FooterDivider } from "./components/footer-divider";
import { MobileHeaderContent } from "./components/mobile-header-content";

// TODO this could come from the ui lib since the only thing that changes between apps is the title
Expand Down Expand Up @@ -41,7 +40,6 @@ export default function RootLayout({
]}
/>
{children}
<FooterDivider />
<Footer />
</Providers>
</body>
Expand Down

0 comments on commit 68e1f5a

Please sign in to comment.