Skip to content

Commit

Permalink
removed the banner
Browse files Browse the repository at this point in the history
  • Loading branch information
akanshaaa19 committed Jun 24, 2024
1 parent 7d2321a commit 857400d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/containers/Auth/Auth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -268,7 +268,7 @@ export const Auth = ({
) : null}
</div>

{mode === 'login' && <Promotion />}
{/* {mode === 'login' && <Promotion />} */}
</div>
);
};

0 comments on commit 857400d

Please sign in to comment.