replace logo
This commit is contained in:
parent
a764a07e7e
commit
dde6128fa8
5 changed files with 2 additions and 2 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 4 KiB After Width: | Height: | Size: 7.7 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 4.1 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 7.7 KiB |
|
|
@ -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 = '/svgs/coolify.png'"
|
||||
x-on:error="$event.target.src = '/svgs/coolify-transparent.png'"
|
||||
:data-fallback='service.logo_github_url' />
|
||||
</template>
|
||||
</x-slot:logo>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# documentation: https://github.com/coollabsio/next-image-transformation
|
||||
# slogan: Drop-in replacement for Vercel's Nextjs image optimization service.
|
||||
# tags: nextjs,image,transformation,service
|
||||
# logo: svgs/coolify.png
|
||||
# logo: svgs/coolify-transparent.png
|
||||
# port: 3000
|
||||
|
||||
services:
|
||||
|
|
|
|||
Loading…
Reference in a new issue