mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 08:49:51 +02:00
feat(v2): add ability to use HTML in footer copyright (#2327)
This commit is contained in:
parent
3f682046df
commit
aef2456545
3 changed files with 8 additions and 3 deletions
|
@ -105,7 +105,12 @@ function Footer() {
|
|||
)}
|
||||
</div>
|
||||
)}
|
||||
{copyright}
|
||||
|
||||
<div
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: copyright,
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue