mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Changes
This commit is contained in:
parent
2aa47fdf92
commit
0863c1b97c
1 changed files with 1 additions and 17 deletions
|
|
@ -58,22 +58,6 @@ const Prizes = ({
|
|||
>
|
||||
<Flex sx={{ flexDirection: 'column' }}>
|
||||
<Flex
|
||||
sx={{
|
||||
background: '#FFEEC6',
|
||||
height: '250px',
|
||||
justifyContent: 'center',
|
||||
alignItems: 'center'
|
||||
}}
|
||||
>
|
||||
<img
|
||||
src={img}
|
||||
sx={{ height: 'auto', maxWidth: '280px', maxHeight: '250px', filter: inStock ? 'none' : 'greyscale(1)' }}
|
||||
alt={text}
|
||||
|
||||
/>
|
||||
</Flex>
|
||||
{inStock && stock != null && stock > 0 && stock <= 100 && (
|
||||
<Text
|
||||
sx={{
|
||||
background: '#FFEEC6',
|
||||
height: '250px',
|
||||
|
|
@ -144,7 +128,7 @@ const Prizes = ({
|
|||
>
|
||||
{cost} {link ? '🎟️' : cost == 1 ? 'ticket' : 'tickets'}
|
||||
</Text>
|
||||
)}
|
||||
</Flex>
|
||||
|
||||
<Text
|
||||
sx={{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue