From 677359a8a75dfe1d2b4ea59074a24e4b5499bd6b Mon Sep 17 00:00:00 2001 From: Christina Andonov Date: Mon, 11 Nov 2024 08:47:50 -0800 Subject: [PATCH 1/2] adding cf insights --- website/src/theme/Footer/index.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 website/src/theme/Footer/index.js diff --git a/website/src/theme/Footer/index.js b/website/src/theme/Footer/index.js new file mode 100644 index 000000000..fe6c08425 --- /dev/null +++ b/website/src/theme/Footer/index.js @@ -0,0 +1,15 @@ +import React from "react"; +import Footer from "@theme-original/Footer"; + +export default function FooterWrapper(props) { + return ( + <> +