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}
|
initialValue={instanceDetails.logo}
|
||||||
onChange={handleFieldChange}
|
onChange={handleFieldChange}
|
||||||
/>
|
/>
|
||||||
{instanceDetails.logo && (
|
{instanceDetails.logo && <img src={'/logo'} alt="uploaded logo" className="logo-preview" />}
|
||||||
<img src={"/logo"} alt="uploaded logo" className="logo-preview" />
|
|
||||||
)}
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<Title level={3} className="section-title">
|
<Title level={3} className="section-title">
|
||||||
|
|
Loading…
Reference in a new issue