From 857400d52b7733c5b5fce0b00e6cb0b602a4dbd5 Mon Sep 17 00:00:00 2001 From: akanshaaaa19 Date: Mon, 24 Jun 2024 19:05:04 +0530 Subject: [PATCH] removed the banner --- src/containers/Auth/Auth.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/containers/Auth/Auth.tsx b/src/containers/Auth/Auth.tsx index 1a2d219ff..047b9f716 100644 --- a/src/containers/Auth/Auth.tsx +++ b/src/containers/Auth/Auth.tsx @@ -9,7 +9,7 @@ import WhatsAppIcon from 'assets/images/icons/Social/Whatsapp.svg?react'; import { termsOfUse } from 'containers/Organization/Organization'; import { Button } from 'components/UI/Form/Button/Button'; import GlificLogo from 'assets/images/logo/Logo.svg'; -import { Promotion } from './Promotion/Promotion'; +// import { Promotion } from './Promotion/Promotion'; import styles from './Auth.module.css'; import axios from 'axios'; import { ORGANIZATION_NAME } from 'config'; @@ -268,7 +268,7 @@ export const Auth = ({ ) : null} - {mode === 'login' && } + {/* {mode === 'login' && } */} ); };