mirror of
https://github.com/owncast/owncast.git
synced 2024-11-23 05:14:20 +03:00
Prettified Code!
This commit is contained in:
parent
e32e8d1bb3
commit
f428cab67e
1 changed files with 1 additions and 3 deletions
|
@ -103,9 +103,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 />
|
||||
|
||||
<Title level={3} className="section-title">
|
||||
|
|
Loading…
Reference in a new issue