Skip to content

Commit

Permalink
fix: update telegram link
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuzhy-Deriv committed Sep 24, 2024
1 parent e43396c commit 6c552a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ const Footer = () => {
variant='outlined'
className={styles.PaddedButton}
onClick={() => {
window.open('https://t.me/derivdotcomofficial', '_blank');
window.open('https://t.me/+g6FV5tFY1u9lZGE1', '_blank');
}}
>
<SocialTelegramBlackIcon fill='#000000' iconSize='xs' />
Expand Down

0 comments on commit 6c552a1

Please sign in to comment.