new favicon
This commit is contained in:
parent
7712a9afac
commit
701df4b1ad
BIN
public/coolify-transparent.png
Normal file
BIN
public/coolify-transparent.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
BIN
public/coolify.png
Normal file
BIN
public/coolify.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
@ -11,7 +11,7 @@
|
||||
<link rel="icon" href="{{ asset('favicon-dev.png') }}" type="image/x-icon" />
|
||||
@else
|
||||
<title>{{ $title ?? 'Coolify' }}</title>
|
||||
<link rel="icon" href="{{ asset('favicon.png') }}" type="image/x-icon" />
|
||||
<link rel="icon" href="{{ asset('coolify.png') }}" type="image/x-icon" />
|
||||
@endenv
|
||||
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||||
@vite(['resources/js/app.js', 'resources/css/app.css'])
|
||||
|
@ -11,7 +11,7 @@
|
||||
<link rel="icon" href="{{ asset('favicon-dev.png') }}" type="image/x-icon" />
|
||||
@else
|
||||
<title>{{ $title ?? 'Coolify' }}</title>
|
||||
<link rel="icon" href="{{ asset('favicon.png') }}" type="image/x-icon" />
|
||||
<link rel="icon" href="{{ asset('coolify.png') }}" type="image/x-icon" />
|
||||
@endenv
|
||||
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||||
@vite(['resources/js/app.js', 'resources/css/app.css'])
|
||||
|
@ -11,7 +11,7 @@
|
||||
<link rel="icon" href="{{ asset('favicon-dev.png') }}" type="image/x-icon" />
|
||||
@else
|
||||
<title>{{ $title ?? 'Coolify' }}</title>
|
||||
<link rel="icon" href="{{ asset('favicon.png') }}" type="image/x-icon" />
|
||||
<link rel="icon" href="{{ asset('coolify.png') }}" type="image/x-icon" />
|
||||
@endenv
|
||||
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||||
@vite(['resources/js/app.js', 'resources/css/app.css'])
|
||||
|
Loading…
Reference in New Issue
Block a user