Skip to content

Commit

Permalink
change season name
Browse files Browse the repository at this point in the history
  • Loading branch information
Await-0x committed Mar 3, 2025
1 parent a6a0781 commit 7340d27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/.env.local
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ VITE_PUBLIC_TORII=https://api.cartridge.gg/x/darkshuffle-mainnet/torii
VITE_PUBLIC_BLAST_API=https://starknet-mainnet.blastapi.io/f3cfa120-6cef-4856-8ef3-1fcaf1a438a9
VITE_PUBLIC_ETH_ADDRESS=0x049d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7
VITE_PUBLIC_LORDS_ADDRESS=0x0124aeb495b947201f5fac96fd1138e326ad86195b98df6dec9009158a533b49
VITE_PUBLIC_GAME_TOKEN_ADDRESS=0x2ffe2edea10d1622b9cc65ce18b441755f322253e24e6cd862518ab037009f5
VITE_PUBLIC_GAME_TOKEN_ADDRESS=0x020fc3c9efd0dde5f53642dac7f53638aeaae98ff9af5f1642546f389ce9dec5

# SEPOLIA
# VITE_PUBLIC_CHAIN=sepolia
Expand Down
4 changes: 2 additions & 2 deletions client/src/components/landing/startDraft.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ function StartDraft() {
</Box>

<Typography variant='h3' textAlign={'center'}>
Season 1 Alpha: New beginnings
Season 1: New beginnings
</Typography>

<LoadingButton variant='outlined'
Expand Down Expand Up @@ -280,7 +280,7 @@ function StartDraft() {

<Box sx={{ maxWidth: '800px' }}>
<Typography variant='h3'>
Season 1 Alpha: Spellbound
Season 1: Spellbound
</Typography>

<ul style={{ paddingLeft: '16px', color: '#FFE97F' }}>
Expand Down

0 comments on commit 7340d27

Please sign in to comment.