Skip to content

Commit

Permalink
Updated apple icons
Browse files Browse the repository at this point in the history
  • Loading branch information
spitfire305 committed Feb 5, 2025
1 parent 9f01a5e commit 50ee9cf
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 2 deletions.
Binary file modified public/images/favicon/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/favicon/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/images/favicon/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions public/images/favicon/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "Kanka",
"short_name": "Kanka",
"icons": [
{
"src": "/images/favicon/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/images/favicon/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 9 additions & 2 deletions resources/views/layouts/links/icons.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<link rel="shortcut icon" href="/images/favicon/favicon.ico" type="image/x-icon" />
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon/favicon-16x16.png">
<link rel="icon" type="image/png" href="/images/favicon/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/images/favicon/favicon.svg" />

<link rel="apple-touch-icon" href="/images/favicon/apple-touch-icon.png" />
<link rel="apple-touch-icon" sizes="57x57" href="/images/favicon/apple-touch-icon-57x57.png" />
Expand All @@ -10,6 +12,11 @@
<link rel="apple-touch-icon" sizes="120x120" href="/images/favicon/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="144x144" href="/images/favicon/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="152x152" href="/images/favicon/apple-touch-icon-152x152.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/images/favicon/apple-touch-icon-180x180.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/images/favicon/apple-touch-icon.png" />
<link rel="shortcut icon" href="/images/favicon/favicon.ico" />
<link rel="manifest" href="/images/favicon/site.webmanifest" />

@if (isset($campaign))<meta name="apple-mobile-web-app-title" content="{{ $campaign->name }}">@endif<meta name="apple-mobile-web-app-status-bar-style" content="#40479e">


@if (isset($campaign))<meta name="apple-mobile-web-app-title" content="{{ $campaign->name }}">@else<meta name="apple-mobile-web-app-title" content="Kanka" />@endif
<meta name="apple-mobile-web-app-status-bar-style" content="#40479e">

0 comments on commit 50ee9cf

Please sign in to comment.