Skip to content

Commit

Permalink
Merge pull request #623 from bnzo/feat/apple-touch-icon
Browse files Browse the repository at this point in the history
Feat: Add icon for "Add to home screen" feature on iOS devices
  • Loading branch information
nunomaduro committed Sep 18, 2024
2 parents 0b044cc + f85af9b commit 4cba7bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file added public/img/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.
6 changes: 6 additions & 0 deletions resources/views/layouts/components/head.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@
href="https://pinkary.com/img/ico.svg"
type="image/x-icon"
/>

<link
rel="apple-touch-icon"
href="https://pinkary.com/img/apple-touch-icon.png"
/>

<link
rel="manifest"
href="/manifest.json"
Expand Down

0 comments on commit 4cba7bb

Please sign in to comment.