Skip to content

Commit

Permalink
feat: jackpot and merch prizes
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbertt committed May 29, 2024
1 parent 5732f74 commit 8a42bfe
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 17 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ export default function ModalPrize({
<p className='text-[6vw] font-bold uppercase text-white'>You won!</p>
<div className='prize-container-animation'>
<img
src={wonPrize.image?.uri}
src={wonPrize.modalImageUri || wonPrize.image?.uri}
alt='prize'
className='prize-animation h-30'
className='h-30'
/>
</div>
<p className='prize-value-animation rounded-2xl bg-dfinity-gradient-dark p-2 px-4 text-[3vw] font-bold uppercase text-white'>
Expand Down
Loading

0 comments on commit 8a42bfe

Please sign in to comment.