From 999986332888ba57d7f0fd01d9784209c8180e27 Mon Sep 17 00:00:00 2001 From: Karan Singh Date: Thu, 25 Jan 2024 14:53:31 -0800 Subject: [PATCH] Fix bug in Terms of Service --- src/theme/Footer/index.js | 268 +++++++++++++++++++------------------- 1 file changed, 133 insertions(+), 135 deletions(-) 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 ( + + + + ); }