Skip to content

Commit

Permalink
Icons
Browse files Browse the repository at this point in the history
  • Loading branch information
nmondollot committed Jan 3, 2025
1 parent 8ad59dc commit 68be44a
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!doctype html>
<html lang="<%= I18n.locale %>">
<head>
<link rel="icon" href="<%= image_path('logo.svg') %>">
<link rel="mask-icon" href="<%= image_path('logo.svg') %>" color="#059669">
<link rel="apple-touch-icon" href="<%= image_path('apple-touch-icon.png') %>">
<link rel="icon" href="/icon.png" type="image/png">
<link rel="icon" href="/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/icon.png">
<%= display_meta_tags site: 'Boolder', reverse: true %>
<%= csrf_meta_tags %>
Expand Down
6 changes: 3 additions & 3 deletions app/views/layouts/map.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<% # Trick to make the page full height even on mobile: https://stackoverflow.com/a/24979148 %>
<html lang="<%= I18n.locale %>" class="h-full m-0">
<head>
<link rel="icon" href="<%= image_path('logo.svg') %>">
<link rel="mask-icon" href="<%= image_path('logo.svg') %>" color="#059669">
<link rel="apple-touch-icon" href="<%= image_path('apple-touch-icon.png') %>">
<link rel="icon" href="/icon.png" type="image/png">
<link rel="icon" href="/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/icon.png">
<%= display_meta_tags site: 'Boolder', reverse: true %>
<%= csrf_meta_tags %>
Expand Down
Empty file.
Empty file removed public/apple-touch-icon.png
Empty file.
Empty file removed public/favicon.ico
Empty file.
Binary file added public/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 68be44a

Please sign in to comment.