Skip to content

Commit

Permalink
Update specialResult.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
imhson authored Feb 20, 2024
1 parent caf821a commit 1b53826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/homeComponents/specialResult.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export const SpecialResult = ({ requestId }: { requestId: number }) => {
<div className={`${Bangkok.className} text-[#8E0B09] text-sm`}>Congratulations!</div>
<div className='text-[#4E8E48] font-medium leading-6 mt-[6px]'>{account?.username}</div>
<div className='mt-[6px] text-sm leading-5 text-center'>
You have received a prize.
You have received a prize by following us on X.
<br /> Don’t forget to claim it in inventory
</div>
{prize?.nftPrize?.token_type == 'RED' ? (
Expand Down

0 comments on commit 1b53826

Please sign in to comment.