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
c5e2e9aa58
commit
7b36f91af1
1 changed files with 1 additions and 5 deletions
|
@ -104,11 +104,7 @@ export default function EditInstanceDetails() {
|
|||
onChange={handleFieldChange}
|
||||
/>
|
||||
{instanceDetails.logo && (
|
||||
<img
|
||||
src={`${NEXT_PUBLIC_API_HOST}/logo`}
|
||||
alt="uploaded logo"
|
||||
className="logo-preview"
|
||||
/>
|
||||
<img src={`${NEXT_PUBLIC_API_HOST}/logo`} alt="uploaded logo" className="logo-preview" />
|
||||
)}
|
||||
<br />
|
||||
|
||||
|
|
Loading…
Reference in a new issue