mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-23 09:45:46 +03:00
Try add description to card
This commit is contained in:
parent
bcf4fe6e5c
commit
f89ae6cdcd
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ function Card({ card }) {
|
|||
__html: title,
|
||||
}}
|
||||
/>
|
||||
<p class="meta">{providerName || authorName}</p>
|
||||
<p class="meta">{description || providerName || authorName}</p>
|
||||
</div>
|
||||
</a>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue