From a2c84d82d222e544d6c2532cfcefa7a4b10b8387 Mon Sep 17 00:00:00 2001 From: lifeparticle Date: Sun, 17 Sep 2023 22:27:41 +1000 Subject: [PATCH] res bt to bt --- ui/src/components/Layouts/Footer/index.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ui/src/components/Layouts/Footer/index.tsx b/ui/src/components/Layouts/Footer/index.tsx index 27e25ca0..6d393573 100644 --- a/ui/src/components/Layouts/Footer/index.tsx +++ b/ui/src/components/Layouts/Footer/index.tsx @@ -1,4 +1,4 @@ -import { theme, Switch, Space } from "antd"; +import { theme, Switch, Space, Button } from "antd"; import style from "./Footer.module.scss"; import MonogramDark from "assets/netlify-monogram-dark.svg"; import MonogramLight from "assets/netlify-monogram-light.svg"; @@ -6,7 +6,6 @@ import Logo from "assets/netlify-dark.svg"; import { FooterProps } from "./utils/types"; import { classNames } from "lib/utils/helper"; import Icon from "components/General/Icon"; -import { ResponsiveButton } from "components/General/FormComponents"; const Footer: React.FC = ({ handleThemeChange, @@ -53,7 +52,7 @@ const Footer: React.FC = ({ checked={isDarkMode} /> - = ({ ) : ( )} - + ); };