Skip to content

Commit

Permalink
Merge pull request #49 from theolazian/apple_touch_icon
Browse files Browse the repository at this point in the history
feat: Add apple-touch-icon
  • Loading branch information
aliceandbob-io committed Jun 23, 2022
2 parents 41ec606 + b087c0f commit d7b7b38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added app/assets/images/apple-touch-icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<%= javascript_pack_tag 'application', 'data-turbolinks-track': 'reload' %>
<%= favicon_link_tag asset_path('favicon.ico') %>
<%= favicon_link_tag asset_path('apple-touch-icon.png'), rel: 'apple-touch-icon', type: 'image/png', sizes: "180x180" %>
</head>

<body>
Expand Down

0 comments on commit d7b7b38

Please sign in to comment.