1
0
Fork 0

Try add description to card

This commit is contained in:
Lim Chee Aun 2022-12-11 00:50:49 +08:00
parent bcf4fe6e5c
commit f89ae6cdcd

View file

@ -207,7 +207,7 @@ function Card({ card }) {
__html: title,
}}
/>
<p class="meta">{providerName || authorName}</p>
<p class="meta">{description || providerName || authorName}</p>
</div>
</a>
);