This commit is contained in:
belle 2024-06-16 19:53:09 -04:00
parent ecc5b889e2
commit 9506159e2c
2 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,7 @@ const Prizes = ({
variant="headline"
className="gaegu"
>
{cost} {cost == 1 ? 'ticket' : 'tickets'}
{cost} {link ? '🎟️' : cost == 1 ? 'ticket' : 'tickets'}
</Text>
</Flex>
)

View file

@ -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']
}}
>