From 9c85e43f47a9dc6bf1ef342dce00811bb4a31f41 Mon Sep 17 00:00:00 2001 From: Sean Mitchell Date: Thu, 16 Oct 2025 22:41:48 -0700 Subject: [PATCH] Remove unused favicon SVG --- app/views/layouts/shared/_head.html.erb | 1 - public/favicon.svg | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 public/favicon.svg diff --git a/app/views/layouts/shared/_head.html.erb b/app/views/layouts/shared/_head.html.erb index 4c88b0190..8e96ff3bf 100644 --- a/app/views/layouts/shared/_head.html.erb +++ b/app/views/layouts/shared/_head.html.erb @@ -25,7 +25,6 @@ <% if ApplicationRecord.current_tenant %> <% end %> - diff --git a/public/favicon.svg b/public/favicon.svg deleted file mode 100644 index 463aaaebd..000000000 --- a/public/favicon.svg +++ /dev/null @@ -1,3 +0,0 @@ - \ No newline at end of file