diff --git a/src/theme/Footer/index.js b/src/theme/Footer/index.js index 3242ff36..95c6ba88 100644 --- a/src/theme/Footer/index.js +++ b/src/theme/Footer/index.js @@ -3,143 +3,141 @@ import React from "react"; // Create your custom Footer component by extending the original Footer function CustomFooter(props) { - // You can add your custom JSX or styles here - return ( - + ); } export default function CustomFooterWrapper(props) { - return ( - - - - ); + return ( + + + + ); }