File tree 1 file changed +0
-2
lines changed
frontend/js/src/user/year-in-music/2024
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -501,7 +501,6 @@ export default class YearInMusic extends React.Component<
501
501
const linkToUserProfile = `https://listenbrainz.org/user/${ user . name } ` ;
502
502
const linkToThisPage = `${ linkToUserProfile } /year-in-music/2024` ;
503
503
const imageShareCustomStyles = `.background {\nfill: ${ backgroundColor } ;\n}\n` ;
504
- const statsImageCustomStyles = `.background, text {\nfill: ${ backgroundColor } ;\n}\n.outline {\nstroke: ${ selectedSeason . text } ;\n}\n` ;
505
504
const buddiesImages = [
506
505
`/static/img/year-in-music-24/${ selectedSeasonName } /buddies/yim24-buddy-01.png` ,
507
506
`/static/img/year-in-music-24/${ selectedSeasonName } /buddies/yim24-buddy-02.png` ,
@@ -1205,7 +1204,6 @@ export default class YearInMusic extends React.Component<
1205
1204
shareUrl = { `${ linkToThisPage } #stats` }
1206
1205
shareTitle = "My music listening in 2024"
1207
1206
fileName = { `${ user . name } -stats-2024` }
1208
- customStyles = { statsImageCustomStyles }
1209
1207
/>
1210
1208
</ div >
1211
1209
</ div >
You can’t perform that action at this time.
0 commit comments