mirror of
https://github.com/alexjustesen/speedtest-tracker.git
synced 2026-06-23 07:40:08 +00:00
[Feature] A better favicon (#1124)
This commit is contained in:
@@ -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 |
@@ -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" />
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user