mirror of
https://github.com/alexjustesen/speedtest-tracker.git
synced 2026-06-23 07:40:08 +00:00
fix(icon): use proper icon when adding site to home screen on apple devices (#2784)
Co-authored-by: Tristan Degraeve <tristandegraeve@icloud.com>
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 19 KiB |
@@ -6,6 +6,7 @@
|
||||
|
||||
<title>{{ $title }} - {{ config('app.name') }}</title>
|
||||
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}">
|
||||
<link rel="apple-touch-icon" href="{{ asset('img/speedtest-tracker-icon.png') }}">
|
||||
|
||||
{{-- Fonts --}}
|
||||
<link href="{{ asset('fonts/filament/filament/inter/index.css') }}" rel="stylesheet" />
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
|
||||
<title>Timezone - {{ config('app.name') }}</title>
|
||||
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}">
|
||||
<link rel="apple-touch-icon" href="{{ asset('img/speedtest-tracker-icon.png') }}">
|
||||
|
||||
{{-- Fonts --}}
|
||||
<link href="{{ asset('fonts/inter/inter.css') }}" rel="stylesheet" />
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
|
||||
<title>{{ $title }} - {{ config('app.name') }}</title>
|
||||
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}">
|
||||
<link rel="apple-touch-icon" href="{{ asset('img/speedtest-tracker-icon.png') }}">
|
||||
|
||||
{{-- Fonts --}}
|
||||
<link href="{{ asset('fonts/inter/inter.css') }}" rel="stylesheet" />
|
||||
|
||||
Reference in New Issue
Block a user