Skip to content

Commit

Permalink
YIM 2023: use square icons top songs/artists sections
Browse files Browse the repository at this point in the history
  • Loading branch information
amCap1712 committed Jan 7, 2024
1 parent d0a5207 commit fe9f6a4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added frontend/img/year-in-music-23/heart-square.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/img/year-in-music-23/peep-square.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions frontend/js/src/explore/year-in-music/2023/YearInMusic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ export default class YearInMusic extends React.Component<
<div className="heading">
<img
className="img-header"
src="/static/img/year-in-music-23/peep.png"
src="/static/img/year-in-music-23/peep-square.png"
alt="Top songs of 2023"
/>
<h4>Top songs of 2023</h4>
Expand Down Expand Up @@ -830,7 +830,7 @@ export default class YearInMusic extends React.Component<
<div className="heading">
<img
className="img-header"
src="/static/img/year-in-music-23/heart.png"
src="/static/img/year-in-music-23/heart-square.png"
alt="Top artists of 2023"
/>
<h4>Top artists of 2023</h4>
Expand Down

0 comments on commit fe9f6a4

Please sign in to comment.