Skip to content

Commit

Permalink
Change claim modal title
Browse files Browse the repository at this point in the history
  • Loading branch information
samchuk-vlad committed Jul 5, 2024
1 parent b5ea61f commit 363759f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/telegram/TasksPage/ClaimTaskTokensModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ const ClaimTasksTokensModal = ({
steps,
tag,
stepsWithOrangeText,
title,
} = modalConfigByVariant[variant]

const task = data?.find((task) => task.tag === tag)
Expand Down Expand Up @@ -218,7 +219,7 @@ const ClaimTasksTokensModal = ({
<Image src={Diamond} alt='' className='h-6 w-6' /> +{reward}
</span>
<span className='text-[22px] font-bold leading-none'>
Join Our Telegram Channel
{title}
</span>
</div>
<div className='flex flex-col gap-6 rounded-[20px] bg-slate-700 p-4'>
Expand Down

0 comments on commit 363759f

Please sign in to comment.