fix(select): update fallback logo path to use absolute URL for improved reliability
This commit is contained in:
parent
48bc4dc434
commit
46e071cd6f
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ class="grid justify-start grid-cols-1 gap-4 text-left xl:grid-cols-2">
|
|||
:src='service.logo'
|
||||
x-on:error.window="$event.target.src = service.logo_github_url"
|
||||
onerror="this.onerror=null; this.src=this.getAttribute('data-fallback');"
|
||||
x-on:error="$event.target.src = 'coolify-logo.svg'"
|
||||
x-on:error="$event.target.src = '/coolify-logo.svg'"
|
||||
:data-fallback='service.logo_github_url' />
|
||||
</template>
|
||||
</x-slot:logo>
|
||||
|
|
|
|||
Loading…
Reference in a new issue