mirror of
https://github.com/owncast/owncast.git
synced 2024-11-26 23:24:29 +03:00
Fix broken image
This commit is contained in:
parent
4232ff52b0
commit
88e659e8fb
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ export default function EditInstanceDetails() {
|
|||
initialValue={instanceDetails.logo}
|
||||
onChange={handleFieldChange}
|
||||
/>
|
||||
{instanceDetails.logo && <img src="/logo'" alt="uploaded logo" className="logo-preview" />}
|
||||
{instanceDetails.logo && <img src="/logo" alt="uploaded logo" className="logo-preview" />}
|
||||
<br />
|
||||
|
||||
<p className="description">
|
||||
|
|
Loading…
Reference in a new issue