Skip to content

Commit

Permalink
Removed obtrusive banner
Browse files Browse the repository at this point in the history
  • Loading branch information
haslo committed Oct 8, 2024
1 parent 86f3bee commit d6722fe
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions src/pages/music/SoundCloudIFrame.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,7 @@ export function SoundCloudIFrame({newestContentId}) {
<div dangerouslySetInnerHTML={{__html: iframeHtml}}/>
</div>
<div className="cookieconsent-optout-marketing">
<Grid item xs={12} sm={12} md={12} lg={12}>
<Card sx={{paddingX: 1, marginTop: '10px', marginBottom: '25px'}}>
<CardContent>
<Typography variant='h4' sx={{textAlign: 'center', marginBottom: '20px'}}>
Newest track goes here..
</Typography> <Typography variant="body1" gutterBottom>
To listen to the music, please accept marketing cookies. This allows the website to embed the SoundCloud player.
</Typography>
<Button
variant="contained"
color="primary"
fullWidth
sx={{marginTop: '20px'}}
onClick={() => window.Cookiebot.renew()}
>
Update Cookie Preferences
</Button>
</CardContent>
</Card>
</Grid>
<></>
</div>
</Container>
)
Expand Down

0 comments on commit d6722fe

Please sign in to comment.