feat(v2): add ability to use HTML in footer copyright (#2327)

This commit is contained in:
Alexey Pyltsyn 2020-02-26 18:59:59 +03:00 committed by GitHub
parent 3f682046df
commit aef2456545
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View file

@ -105,7 +105,12 @@ function Footer() {
)}
</div>
)}
{copyright}
<div
dangerouslySetInnerHTML={{
__html: copyright,
}}
/>
</div>
)}
</div>