mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
hotfix for asset title user input
This commit is contained in:
parent
8398d67b99
commit
17082c817f
@ -33,10 +33,9 @@ const Route = ({
|
||||
className={
|
||||
titleReverse ? styles.titleReverse : styles.title
|
||||
}
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: title
|
||||
}}
|
||||
/>
|
||||
>
|
||||
{title}
|
||||
</h1>
|
||||
{description && (
|
||||
<p
|
||||
className={styles.description}
|
||||
|
Loading…
Reference in New Issue
Block a user