1
0
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:
Robin Dadswell
2021-05-25 20:03:01 +01:00
committed by Mark McDowall
parent c30ce3580a
commit 98e5442f24
3 changed files with 19 additions and 1 deletions
+4
View File
@@ -2,3 +2,7 @@
margin-right: 5px;
color: $themeRed;
}
.rating {
margin-right: 15px;
}
+1 -1
View File
@@ -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}