mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-03 04:07:32 +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 ? (
|
item.html ? (
|
||||||
<li
|
<li
|
||||||
key={key}
|
key={key}
|
||||||
|
className="footer__item"
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: item.html,
|
__html: item.html,
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue