mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-20 21:54:58 -04:00
New: Added Running Years into the shows details
This commit is contained in:
committed by
Mark McDowall
parent
c30ce3580a
commit
98e5442f24
@@ -2,3 +2,7 @@
|
||||
margin-right: 5px;
|
||||
color: $themeRed;
|
||||
}
|
||||
|
||||
.rating {
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user