Skip to content

Commit

Permalink
Removed theme footer button
Browse files Browse the repository at this point in the history
  • Loading branch information
JAVillarino committed Mar 30, 2024
1 parent 82e112c commit 0cb69b8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
34 changes: 0 additions & 34 deletions src/app/Footer.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type { Metadata } from "next"
import { Inter } from "next/font/google"
import "./globals.css"
import NavBarComp from "./NavbarComp"
import Footer from "./Footer"

const inter = Inter({ subsets: ["latin"] })

Expand All @@ -21,7 +20,6 @@ export default function RootLayout({
<body className={inter.className}>
<NavBarComp />
<main>{children}</main>
<Footer />
</body>
</html>
)
Expand Down

0 comments on commit 0cb69b8

Please sign in to comment.