mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-23 18:54:03 +08:00
feat: fix "logo" bug in footer
This commit is contained in:
parent
4c5ad14f6b
commit
ea450005e0
@ -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 : (
|
||||
|
Loading…
x
Reference in New Issue
Block a user