mirror of
https://github.com/owncast/owncast.git
synced 2024-11-23 05:14:20 +03:00
Point to static logo path due to the logo backend change
This commit is contained in:
parent
97187f5541
commit
c5e2e9aa58
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ export default function EditInstanceDetails() {
|
|||
/>
|
||||
{instanceDetails.logo && (
|
||||
<img
|
||||
src={`${NEXT_PUBLIC_API_HOST}${instanceDetails.logo}`}
|
||||
src={`${NEXT_PUBLIC_API_HOST}/logo`}
|
||||
alt="uploaded logo"
|
||||
className="logo-preview"
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue