Skip to content

Commit

Permalink
initial fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
r2hu1 committed Jul 28, 2024
1 parent 4900026 commit a6dc3ac
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 59 deletions.
2 changes: 2 additions & 0 deletions app/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import "./globals.css";
import Header from "@/components/Header";
import Footer from "@/components/Footer";
import { ThemeProvider } from "@/components/theme-provider";
import CookieConsent from "@/components/CookieConsent";

const poppins = Poppins({
subsets: ["latin"],
Expand Down Expand Up @@ -38,6 +39,7 @@ export default function RootLayout({ children }) {
>
<Header />
{children}
<CookieConsent/>
<Footer />
</ThemeProvider>
</body>
Expand Down
126 changes: 68 additions & 58 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lucide-react": "^0.323.0",
"next": "14.1.0",
"next": "^14.2.5",
"next-themes": "^0.2.1",
"react": "^18",
"react-dom": "^18",
Expand Down

0 comments on commit a6dc3ac

Please sign in to comment.