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:
Tristan Degraeve
2026-05-15 19:03:27 +02:00
committed by GitHub
parent ba654bc133
commit 97cce487fa
4 changed files with 3 additions and 0 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 19 KiB

+1
View File
@@ -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" />
+1
View File
@@ -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" />
+1
View File
@@ -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" />