mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
ticket
This commit is contained in:
parent
ecc5b889e2
commit
9506159e2c
2 changed files with 2 additions and 2 deletions
|
|
@ -64,7 +64,7 @@ const Prizes = ({
|
|||
variant="headline"
|
||||
className="gaegu"
|
||||
>
|
||||
{cost} {cost == 1 ? 'ticket' : 'tickets'}
|
||||
{cost} {link ? '🎟️' : cost == 1 ? 'ticket' : 'tickets'}
|
||||
</Text>
|
||||
</Flex>
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1329,7 +1329,7 @@ const Arcade = ({
|
|||
transform: 'rotate(-7deg) scale(1.1)',
|
||||
zIndex: 10,
|
||||
position: 'relative',
|
||||
marginBottom: ['-280px', '-320px', '-350px', '-390px'],
|
||||
marginBottom: ['-380px', '-420px', '-450px', '-520px'],
|
||||
marginTop: ['120px', '120px', '120px', '150px']
|
||||
}}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue