diff --git a/public/svgs/coolify-logo.svg b/public/svgs/coolify-logo.svg new file mode 100644 index 000000000..6f4f641f5 --- /dev/null +++ b/public/svgs/coolify-logo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/svgs/evolution-api.svg b/public/svgs/evolution-api.svg new file mode 100644 index 000000000..a019d7b4e --- /dev/null +++ b/public/svgs/evolution-api.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/views/layouts/base.blade.php b/resources/views/layouts/base.blade.php index 492c723ad..0f988666d 100644 --- a/resources/views/layouts/base.blade.php +++ b/resources/views/layouts/base.blade.php @@ -37,7 +37,7 @@ @env('local') @else - + @endenv @vite(['resources/js/app.js', 'resources/css/app.css']) diff --git a/resources/views/livewire/project/new/select.blade.php b/resources/views/livewire/project/new/select.blade.php index 000a3304d..45170ebec 100644 --- a/resources/views/livewire/project/new/select.blade.php +++ b/resources/views/livewire/project/new/select.blade.php @@ -103,7 +103,7 @@ :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-transparent.png'" + x-on:error="$event.target.src = 'coolify-logo.svg'" :data-fallback='service.logo_github_url' /> diff --git a/templates/compose/denoKV.yaml b/templates/compose/denoKV.yaml index 8709fc657..65e40e436 100644 --- a/templates/compose/denoKV.yaml +++ b/templates/compose/denoKV.yaml @@ -1,7 +1,7 @@ # documentation: https://docs.deno.com/deploy/kv/manual/ # slogan: The Denoland key-value database # tags: deno, kv, key-value, database -# logo: svgs/deno.svg +# logo: svgs/denoKV.svg # port: 4512 services: diff --git a/templates/compose/evolution-api.yaml b/templates/compose/evolution-api.yaml index 86b355633..1ca09076e 100644 --- a/templates/compose/evolution-api.yaml +++ b/templates/compose/evolution-api.yaml @@ -1,7 +1,7 @@ # documentation: https://doc.evolution-api.com/v1/pt/get-started/introduction # slogan: Evolution API Installation with Postgres and Redis # tags: evolution-api,evo-api,evolution,whatsapp,api,postgres,redis -# logo: svgs/evolution-api.png +# logo: svgs/evolution-api.svg # port: 8080 version: '3.8' diff --git a/templates/compose/next-image-transformation.yaml b/templates/compose/next-image-transformation.yaml index 1d3a4b5b0..8eac0799d 100644 --- a/templates/compose/next-image-transformation.yaml +++ b/templates/compose/next-image-transformation.yaml @@ -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-transparent.png +# logo: coolify-logo.svg # port: 3000 services: diff --git a/templates/service-templates.json b/templates/service-templates.json index ee1591660..3135c8b20 100644 --- a/templates/service-templates.json +++ b/templates/service-templates.json @@ -573,7 +573,7 @@ "key-value", "database" ], - "logo": "svgs/deno.svg", + "logo": "svgs/denoKV.svg", "minversion": "0.0.0", "port": "4512" }, @@ -812,7 +812,7 @@ "postgres", "redis" ], - "logo": "svgs/evolution-api.png", + "logo": "svgs/evolution-api.svg", "minversion": "0.0.0", "port": "8080" }, @@ -2094,7 +2094,7 @@ "transformation", "service" ], - "logo": "svgs/coolify-transparent.png", + "logo": "coolify-logo.svg", "minversion": "0.0.0", "port": "3000" },