Skip to content

Commit

Permalink
Merge pull request #2944 from glific/remove-banner
Browse files Browse the repository at this point in the history
Removed the promotion banner
  • Loading branch information
akanshaaa19 authored Jun 25, 2024
2 parents 46dd171 + f4d20e0 commit 936c6a9
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 936c6a9

Please sign in to comment.