From 944c0e11785bcbeab179c0f97388a0b82b66ce08 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 31 Jul 2025 23:54:21 +0530 Subject: [PATCH] chore: lint --- src/components/dashboard/MainMenu.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/dashboard/MainMenu.tsx b/src/components/dashboard/MainMenu.tsx index 0d9300e6..b92abdde 100644 --- a/src/components/dashboard/MainMenu.tsx +++ b/src/components/dashboard/MainMenu.tsx @@ -18,11 +18,11 @@ export const MainMenu = ({ value = 'robots', handleChangeContent }: MainMenuProp const { t } = useTranslation(); const navigate = useNavigate(); const { notify } = useGlobalInfoStore(); - + const [cloudModalOpen, setCloudModalOpen] = useState(false); const [sponsorModalOpen, setSponsorModalOpen] = useState(false); - const ossDiscountCode = "MAXUNOSS8"; + const ossDiscountCode = "MAXUNOSS8"; const handleChange = (event: React.SyntheticEvent, newValue: string) => { navigate(`/${newValue}`); @@ -110,24 +110,24 @@ export const MainMenu = ({ value = 'robots', handleChangeContent }: MainMenuProp As a thank-you to Open Source users, enjoy 8% off your subscription! - + Use the discount code - - + - - - - + + + + + ), }} sx={{ mb: 2, fontSize: 13 }} - /> + />