diff --git a/website/src/theme/Footer/index.js b/website/src/theme/Footer/index.js
new file mode 100644
index 000000000..99d114a00
--- /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 (
+ <>
+
+
+ >
+ );
+}