feat: fix "logo" bug in footer

This commit is contained in:
hsluoyz 2025-01-20 00:01:46 +08:00
parent 4c5ad14f6b
commit ea450005e0

View File

@ -285,7 +285,7 @@ class App extends Component {
{
footerHtml && footerHtml !== "" ?
<React.Fragment>
<div dangerouslySetInnerHTML={{__html: footerHtml}} />logo
<div dangerouslySetInnerHTML={{__html: footerHtml}} />
</React.Fragment>
: (
Conf.CustomFooter !== null ? Conf.CustomFooter : (