Skip to content

Commit

Permalink
removing footer copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchand-Nicolas committed Dec 20, 2024
1 parent a383b4a commit b308f36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export default function RootLayout({
<Providers>
<Navbar />
<main className="mt-[48px]">{children}</main>
<Footer />
{pathname !== "/" && <Footer />}
</Providers>
</body>
Expand Down

0 comments on commit b308f36

Please sign in to comment.