Skip to content

Commit

Permalink
whatsapp old link changed
Browse files Browse the repository at this point in the history
  • Loading branch information
sam5102 committed Jan 24, 2024
1 parent 7abbf54 commit f6d8a1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion react-fm/src/pages/welcome/Welcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function Welcome() {
}, []);

const whatsApp = () => (
<a href="https://wa.me/message/V77TZJHDVM7WP1" target="_blank" rel="noreferrer">
<a href="https://wa.me/message/YM7GOPO75EHPG1" target="_blank" rel="noreferrer">
<Button className={styles.sendHiButton} variant="contained" startIcon={<WhatsAppIcon />}>
Start by sending Hi
</Button>
Expand Down
2 changes: 1 addition & 1 deletion react-fm/src/sections/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function Footer() {
<InstagramIcon className={styles.instaIcon} />
</Tooltip>
</a>
<a href="https://wa.me/message/V77TZJHDVM7WP1" target="_blank" rel="noreferrer">
<a href="https://wa.me/message/YM7GOPO75EHPG1" target="_blank" rel="noreferrer">
<Tooltip title="Message on Whatsapp" arrow>
<WhatsAppIcon className={styles.whatsappIcon} />
</Tooltip>
Expand Down

0 comments on commit f6d8a1e

Please sign in to comment.