Skip to content

Commit

Permalink
(Trivial) use music_note icon for tracks page
Browse files Browse the repository at this point in the history
"album" was used instead, probably a mistake.
  • Loading branch information
jotak committed Aug 7, 2022
1 parent 90b3173 commit 4b2a87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/views/Library/Tracks.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ class Tracks extends React.Component {
return (
<div className="view library-tracks-view">
<Header options={options} uiActions={uiActions}>
<Icon name="album" type="material" />
<Icon name="music_note" type="material" />
<I18n path="library.tracks.title" />
</Header>
{this.renderView()}
Expand Down

0 comments on commit 4b2a87c

Please sign in to comment.