mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 06:06:41 +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 class="meta-container">
|
||||
<p class="meta domain">{domain}</p>
|
||||
<p
|
||||
class="title"
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: title,
|
||||
}}
|
||||
/>
|
||||
<p class="title">{title}</p>
|
||||
<p class="meta">{description || providerName || authorName}</p>
|
||||
</div>
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue