Remove unused favicon SVG

This commit is contained in:
Sean Mitchell
2025-10-16 22:41:48 -07:00
parent 45f3ac1c91
commit 9c85e43f47
2 changed files with 0 additions and 4 deletions
-1
View File
@@ -25,7 +25,6 @@
<% if ApplicationRecord.current_tenant %> <% if ApplicationRecord.current_tenant %>
<link rel="manifest" href="<%= pwa_manifest_path(format: :json) %>"> <link rel="manifest" href="<%= pwa_manifest_path(format: :json) %>">
<% end %> <% end %>
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="icon" href="/favicon.png" type="image/png"> <link rel="icon" href="/favicon.png" type="image/png">
<link rel="apple-touch-icon" href="/apple-touch-icon.png"> <link rel="apple-touch-icon" href="/apple-touch-icon.png">
</head> </head>
File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 117 KiB