mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-11 07:37:10 -07:00
New: Artist genres on artist details page
Closes #2507 Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
parent
efb9013bad
commit
10c2f014bd
5 changed files with 66 additions and 1 deletions
|
@ -6,7 +6,7 @@ import styles from './HeartRating.css';
|
|||
|
||||
function HeartRating({ rating, iconSize }) {
|
||||
return (
|
||||
<span>
|
||||
<span className={styles.rating}>
|
||||
<Icon
|
||||
className={styles.heart}
|
||||
name={icons.HEART}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue