Browse Source

new icon

main
pvincent 16 hours ago
parent
commit
560c4f89c7
  1. 1
      app/views/layouts/application.html.erb
  2. BIN
      public/icon.png
  3. 3
      public/icon.svg

1
app/views/layouts/application.html.erb

@ -18,7 +18,6 @@
<%# = tag.link rel: "manifest", href: pwa_manifest_path(format: :json) %> <%# = tag.link rel: "manifest", href: pwa_manifest_path(format: :json) %>
<link rel="icon" href="/icon.png" type="image/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"> <link rel="apple-touch-icon" href="/icon.png">
<%# Includes all stylesheet files in app/assets/stylesheets %> <%# Includes all stylesheet files in app/assets/stylesheets %>

BIN
public/icon.png

Before

Width: 512  |  Height: 512  |  Size: 4.1 KiB

After

Width: 242  |  Height: 408  |  Size: 26 KiB

3
public/icon.svg

@ -1,3 +0,0 @@
<svg width="512" height="512" xmlns="http://www.w3.org/2000/svg">
<circle cx="256" cy="256" r="256" fill="red"/>
</svg>
Loading…
Cancel
Save