Skip to content

Commit

Permalink
add sponsored by
Browse files Browse the repository at this point in the history
  • Loading branch information
Await-0x committed Mar 3, 2025
1 parent 55a13d2 commit d35e25a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
16 changes: 11 additions & 5 deletions client/src/components/landing/startDraft.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function StartDraft() {
try {
let data = await getActiveGame(game.id)
data.state = GAME_STATES[data.state]

let settings = await getSettings(game.settingsId)

gameState.setGameSettings(settings)
Expand Down Expand Up @@ -190,7 +190,7 @@ function StartDraft() {
</Box>

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

<LoadingButton variant='outlined'
Expand Down Expand Up @@ -279,9 +279,15 @@ function StartDraft() {
<Box sx={[_styles.customBox, _styles.linearBg, { display: 'flex', justifyContent: 'space-between', p: 2 }]} width={'100%'}>

<Box sx={{ maxWidth: '800px' }}>
<Typography variant='h3'>
Season 1: Spellbound
</Typography>
<Box sx={{ display: 'flex', alignItems: 'baseline', gap: 3 }}>
<Typography variant='h3'>
Season 1: Spellbound
</Typography>

<Typography variant='h6' color='#f59100'>
Sponsored by <a href="https://www.opus.money/" target='_blank' className='underline' style={{ color: '#f59100' }}>OPUS</a>
</Typography>
</Box>

<ul style={{ paddingLeft: '16px', color: '#FFE97F' }}>
<li>
Expand Down
4 changes: 4 additions & 0 deletions client/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ a {
color: #FFE97F;
}

a.underline {
text-decoration: underline !important;
}

img {
-webkit-user-drag: none;
user-drag: none;
Expand Down

0 comments on commit d35e25a

Please sign in to comment.