From 561b588c6fa57edddce47d12f141ae9c070d9f40 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Wed, 23 Oct 2024 19:59:59 +0000 Subject: [PATCH] feat: add net-zero co2 badge (#30) Reviewed-on: https://codeberg.org/nhcarrigan/portfolio/pulls/30 Co-authored-by: Naomi Carrigan Co-committed-by: Naomi Carrigan --- src/app/layout.tsx | 61 +++++++++++++++++++++++++-------------- src/components/footer.tsx | 31 ++++++++++++++++++++ 2 files changed, 70 insertions(+), 22 deletions(-) create mode 100644 src/components/footer.tsx diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a5653bd..9b55538 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -4,6 +4,7 @@ import "./globals.css"; import { ClientNavigation } from "@/components/navigation"; import Script from "next/script"; import PlausibleProvider from "next-plausible"; +import { ClientFooter } from "@/components/footer"; const inter = Inter({ subsets: ["latin"] }); @@ -28,30 +29,46 @@ export default function RootLayout({ }>) { return ( - - - -
- -
- {children} -