mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-22 21:59:22 +01: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,
|
__html: title,
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<p class="meta">{providerName || authorName}</p>
|
<p class="meta">{description || providerName || authorName}</p>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue