mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-01-17 13:44:10 +00:00
allow html in appDescription
This commit is contained in:
parent
928dfe8730
commit
2d82109be1
@ -53,7 +53,9 @@ const AppSection = ({ data }: Props) => {
|
||||
<Heading as="h2" variant="lg">
|
||||
{data?.appHeading}
|
||||
</Heading>
|
||||
<p>{data?.appDescription}</p>
|
||||
<p
|
||||
dangerouslySetInnerHTML={{ __html: data?.appDescription }}
|
||||
/>
|
||||
</div>
|
||||
</Container>
|
||||
</Section>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user