Skip to content

Commit

Permalink
Merge pull request #2995 from glific/remove-banner
Browse files Browse the repository at this point in the history
Removed the banner
  • Loading branch information
akanshaaa19 authored Jul 24, 2024
2 parents 63f0501 + 37308e0 commit 5939373
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/containers/Auth/Auth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ 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 styles from './Auth.module.css';
import axios from 'axios';
import { ORGANIZATION_NAME } from 'config';
import setLogs from 'config/logs';
import { checkOrgStatus } from 'services/AuthService';

// import { Promotion } from './Promotion/Promotion';

export interface AuthProps {
pageTitle: string;
buttonText: string;
Expand Down Expand Up @@ -268,7 +269,7 @@ export const Auth = ({
) : null}
</div>

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

0 comments on commit 5939373

Please sign in to comment.