-
|
Beta Was this translation helpful? Give feedback.
Answered by
slorber
Feb 9, 2022
Replies: 1 comment 4 replies
-
Yes, you can use html strings in the copyright config, as React will render this HTML {footer.copyright ? (
<div
className="footer__copyright"
dangerouslySetInnerHTML={{
__html: footer.copyright,
}}
/>
) : null} For more advanced use-cases, you can swizzle the Footer component |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
slorber
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can use html strings in the copyright config, as React will render this HTML
For more advanced use-cases, you can swizzle the Footer component