mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +01:00
Okayyy this is dangerous
This commit is contained in:
parent
65efe5a9b9
commit
30b747527e
1 changed files with 1 additions and 6 deletions
|
@ -743,12 +743,7 @@ function Card({ card }) {
|
||||||
</div>
|
</div>
|
||||||
<div class="meta-container">
|
<div class="meta-container">
|
||||||
<p class="meta domain">{domain}</p>
|
<p class="meta domain">{domain}</p>
|
||||||
<p
|
<p class="title">{title}</p>
|
||||||
class="title"
|
|
||||||
dangerouslySetInnerHTML={{
|
|
||||||
__html: title,
|
|
||||||
}}
|
|
||||||
/>
|
|
||||||
<p class="meta">{description || providerName || authorName}</p>
|
<p class="meta">{description || providerName || authorName}</p>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in a new issue