mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +01:00
This got prettier-ed
This commit is contained in:
parent
4c2210c68b
commit
a2743f9940
1 changed files with 6 additions and 2 deletions
|
@ -2304,8 +2304,12 @@ function Card({ card, selfReferential, instance }) {
|
|||
<p class="meta domain">
|
||||
<Icon icon="link" size="s" /> <span>{domain}</span>
|
||||
</p>
|
||||
<p class="title" title={title}>{title}</p>
|
||||
<p class="meta" title={description || providerName || authorName}>{description || providerName || authorName}</p>
|
||||
<p class="title" title={title}>
|
||||
{title}
|
||||
</p>
|
||||
<p class="meta" title={description || providerName || authorName}>
|
||||
{description || providerName || authorName}
|
||||
</p>
|
||||
</div>
|
||||
</a>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue