Skip to content

Commit

Permalink
Merge branch 'master' into fix/interactive-messages
Browse files Browse the repository at this point in the history
  • Loading branch information
kurund authored Jun 12, 2024
2 parents d5e1b9c + 1074282 commit 99721b3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 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>
);
};
16 changes: 7 additions & 9 deletions src/containers/Auth/Promotion/Promotion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import styles from './Promotion.module.css';

export const Promotion = () => {
const [minimized, setMinimized] = useState(false);
const LINK = 'https://us06web.zoom.us/meeting/register/tZYof-yrrD4sHtCHskNq0feuOcCEi5vQ-Sxd';
const LINK = 'https://us06web.zoom.us/meeting/register/tZYpceqqrzIqGd3W7dSrHS2VGzFhdSq2exYR';

return (
<div className={minimized ? styles.ContainerMin : styles.ContainerMax}>
Expand All @@ -30,26 +30,24 @@ export const Promotion = () => {
{!minimized && (
<>
<div className={styles.Image}>
<span>Level up with Glific</span>
<span>
Whatsapp groups automation <br /> 23rd May 3-4PM
Level up with Glific <br />
Q&A with Gupshup
</span>
<span>19th June, 3-4PM</span>
</div>

<div className={styles.Points}>
<div className={styles.BodyListText}>
<span>{1}</span>
<div>
Learn how this feature will enable you to{' '}
<b>
send or schedule messages/ media to Whatsapp groups and gain insights into group
activity.
</b>
Get answers to commonly asked questions- Message categories, gupshup wallet &
costing, message delivery etc.
</div>
</div>
<div className={styles.BodyListText}>
<span>2</span>
<div>Learn through a demo, and explore possibilities.</div>
<div>Open session to ask questions to Gupshup team directly.</div>
</div>
{/* <div className={styles.BodyListText}>
<div>Reach out to Glific team if you have questions/concerns.</div>
Expand Down

0 comments on commit 99721b3

Please sign in to comment.