mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 02:08:36 +02:00
fix(v2): add class name to custom footer item
This commit is contained in:
parent
b7d60c2b7a
commit
5f6033d591
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ function Footer() {
|
|||
item.html ? (
|
||||
<li
|
||||
key={key}
|
||||
className="footer__item"
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: item.html,
|
||||
}}
|
||||
|
|
Loading…
Add table
Reference in a new issue