Skip to content

Commit

Permalink
Merge pull request #584 from ambrosus/AMB-4257
Browse files Browse the repository at this point in the history
[AMB-4257] fix: update telegram url
  • Loading branch information
ArturHoncharuk authored Aug 6, 2024
2 parents 46e9223 + 7193a71 commit 5d7252b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/screens/AMBMarket/components/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import {
} from '@components/svg/icons';
import { scale, verticalScale } from '@utils/scaling';
import { useTranslation } from 'react-i18next';
import Config from '@constants/config';

interface Link {
title: string;
Expand Down Expand Up @@ -41,7 +42,7 @@ const SOCIAL_LINKS: Link[] = [
},
{
title: 'Telegram',
url: 'https://t.me/airDAO_official',
url: Config.AIRDAO_TELEGRAM_URL,
icon: <TelegramIcon />
}
];
Expand Down

0 comments on commit 5d7252b

Please sign in to comment.