Skip to content

Commit

Permalink
Merge pull request #10327 from nanaya/artist-icon
Browse files Browse the repository at this point in the history
Use correct page icon for artist page
  • Loading branch information
notbakaneko authored Jul 3, 2023
2 parents 1bfba8e + 1cb97e1 commit 620f9ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/css/bem/header-v4.less
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@
flex: none;
background-size: 75%;

.@{_top}--artist & {
background-image: url('~@images/icons/artists.svg');
}

.@{_top}--artists & {
background-image: url('~@images/icons/artists.svg');
}
Expand Down

0 comments on commit 620f9ec

Please sign in to comment.