Skip to content

Commit

Permalink
toast fix
Browse files Browse the repository at this point in the history
  • Loading branch information
unixvb committed Nov 20, 2024
1 parent e428053 commit 4285a5d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ const LinksRecord: Record<TaskTypeEnum, string> = {
[TaskTypeEnum.SnapX_Telegram]: 'https://t.me/SnapX_official',
[TaskTypeEnum.SnapX_Twitter]: 'https://x.com/snapx_co',
[TaskTypeEnum.AppsCenter_Telegram]: 'https://t.me/+eTPf2XXxBixhMTgy',
[TaskTypeEnum.AppsCenter_Bot]:
'https://t.me/tapps_bot/app?startapp=promo_rainbow_swap',
[TaskTypeEnum.AppsCenter_Bot]: 'https://t.me/tapps/app?startapp=ref_1_5000',
[TaskTypeEnum.JVault_Telegram]: 'https://t.me/JVault',
[TaskTypeEnum.JVault_Staking]: 'https://jvault.xyz/staking',
[TaskTypeEnum.TonHedge_Telegram]: 'https://t.me/ton_hedge',
Expand Down
38 changes: 19 additions & 19 deletions src/components/points-modal/social-tasks/social-tasks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,25 @@ export const SocialTasks: FC<Props> = ({onSwap}) => {

<Divider withArrow={true} className={styles.divider} />

<TaskHeader
name="Telegram Apps Center"
imageSrc={appsCenter}
/>
<PartnerTaskItem
isTelegram={true}
imageSrc={telegramImage}
title="Join Channel"
taskType={TaskTypeEnum.AppsCenter_Telegram}
/>
<PartnerTaskItem
isTelegram={true}
imageSrc={telegramImage}
title="Explore Telegram Apps"
taskType={TaskTypeEnum.AppsCenter_Bot}
/>

<Divider withArrow={true} className={styles.divider} />

<TaskHeader name="Parraton" imageSrc={parratonImage} />
<PartnerTaskItem
isTelegram={true}
Expand Down Expand Up @@ -113,25 +132,6 @@ export const SocialTasks: FC<Props> = ({onSwap}) => {

<Divider withArrow={true} className={styles.divider} />

<TaskHeader
name="Telegram Apps Center"
imageSrc={appsCenter}
/>
<PartnerTaskItem
isTelegram={true}
imageSrc={telegramImage}
title="Join Channel"
taskType={TaskTypeEnum.AppsCenter_Telegram}
/>
<PartnerTaskItem
isTelegram={true}
imageSrc={telegramImage}
title="Explore Telegram Apps"
taskType={TaskTypeEnum.AppsCenter_Bot}
/>

<Divider withArrow={true} className={styles.divider} />

<TaskHeader
name="Torch Finance"
imageSrc={torchFinanceImage}
Expand Down

0 comments on commit 4285a5d

Please sign in to comment.