mirror of
https://github.com/edumeet/edumeet.git
synced 2026-01-23 10:36:11 +00:00
Fix logo on LoginDialog too Fixes #684
This commit is contained in:
parent
7abfc553bc
commit
46bcf4e52b
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ const ChooseRoom = ({
|
|||
>
|
||||
<DialogTitle>
|
||||
|
||||
{ window.config.logo !=='' ?
|
||||
{ window.config.logo !== null ?
|
||||
<img alt='Logo' src={window.config.logo} /> :
|
||||
<Typography variant='h5'> {window.config.title} </Typography>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue