change dev logo
This commit is contained in:
parent
dde6128fa8
commit
58c6e9c02d
4 changed files with 1 additions and 1 deletions
BIN
public/coolify-logo-dev-transparent.png
Normal file
BIN
public/coolify-logo-dev-transparent.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.7 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 641 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 141 KiB |
|
|
@ -21,7 +21,7 @@
|
|||
@endphp
|
||||
<title>{{ $name }}{{ $title ?? 'Coolify' }}</title>
|
||||
@env('local')
|
||||
<link rel="icon" href="{{ asset('favicon-dev.png') }}" type="image/x-icon" />
|
||||
<link rel="icon" href="{{ asset('coolify-logo-dev-transparent.png') }}" type="image/x-icon" />
|
||||
@else
|
||||
<link rel="icon" href="{{ asset('coolify-transparent.png') }}" type="image/x-icon" />
|
||||
@endenv
|
||||
|
|
|
|||
Loading…
Reference in a new issue