[Feature] A better favicon (#1124)

This commit is contained in:
Alex Justesen
2024-02-12 09:20:42 -05:00
committed by GitHub
parent 4734c9b6e0
commit 5fd8508a26
5 changed files with 3 additions and 0 deletions
@@ -33,6 +33,7 @@ class AdminPanelProvider extends PanelProvider
->colors([
'primary' => Color::Amber,
])
->favicon(asset('img/speedtest-tracker-icon.png'))
->font(
'Inter',
url: asset('fonts/inter/inter.css'),
Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

+1
View File
@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ $title }} - {{ config('app.name') }}</title>
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}">
{{-- Fonts --}}
<link href="{{ asset('fonts/inter/inter.css') }}" rel="stylesheet" />
+1
View File
@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Timezone - {{ config('app.name') }}</title>
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}">
{{-- Fonts --}}
<link href="{{ asset('fonts/inter/inter.css') }}" rel="stylesheet" />