Link to author from book details

Co-authored-by: plmcgrn <889547+plmcgrn@users.noreply.github.com>

Closes #3356
This commit is contained in:
Bogdan
2024-03-16 00:46:31 +02:00
parent 93ee466780
commit b8c295727a
7 changed files with 24 additions and 6 deletions
+4
View File
@@ -2,3 +2,7 @@
margin-right: 5px;
color: var(--themeRed);
}
.rating {
margin-right: 15px;
}
+1
View File
@@ -2,6 +2,7 @@
// Please do not change this file!
interface CssExports {
'heart': string;
'rating': string;
}
export const cssExports: CssExports;
export default cssExports;
+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}