Skip to content

Commit

Permalink
Remove sections about lost tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
samchuk-vlad committed Jul 1, 2024
1 parent 46d5f0e commit 17b2232
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/modals/RewardPerDayModal.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import Diamond from '@/assets/emojis/diamond.png'
import WarningIcon from '@/assets/icons/warning.png'
import { getUserYesterdayRewardQuery } from '@/services/datahub/content-staking/query'
import { useSendEvent } from '@/stores/analytics'
import { useMyMainAddress } from '@/stores/my-account'
Expand Down Expand Up @@ -102,13 +101,13 @@ Sounds too good to be true? Join me and see for yourself! 😉`
</span>
</Card>
)}
<div className='flex items-center gap-2 rounded-2xl bg-[#EF444480] p-4'>
{/* <div className='flex items-center gap-2 rounded-2xl bg-[#EF444480] p-4'>
<Image src={WarningIcon} alt='' className='' />
<span className='flex-1 text-sm font-medium text-red-300'>
Some of your rewards could have been removed for activity with{' '}
<span className='text-text underline'>irrelevant content</span>
</span>
</div>
</div> */}
</div>
<div className='grid w-full grid-cols-2 gap-4'>
<Button
Expand Down

0 comments on commit 17b2232

Please sign in to comment.