style: notes

This commit is contained in:
cv
2021-06-13 14:29:41 +02:00
parent 17ddfb535f
commit 68b723d4ec
5 changed files with 10 additions and 5 deletions
+2 -2
View File
@@ -32,8 +32,8 @@ export default function InfoTitle(props) {
<span className={style.label}>Subtitle: </span>
{data.subtitle}
</div>
<div>
<span className={style.label}>Notes: </span>
<div className={style.notes}>
<span className={style.label}>Note: </span>
{data.note}
</div>
</>