fix(v2): add class name to custom footer item

This commit is contained in:
Alexey Pyltsyn 2020-01-01 18:42:44 +03:00 committed by GitHub
parent b7d60c2b7a
commit 5f6033d591
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,6 +71,7 @@ function Footer() {
item.html ? (
<li
key={key}
className="footer__item"
dangerouslySetInnerHTML={{
__html: item.html,
}}