Point to static logo path due to the logo backend change

This commit is contained in:
Gabe Kangas 2021-02-15 12:08:42 -08:00
parent 97187f5541
commit c5e2e9aa58

View file

@ -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"
/>