From 52d3a41c93b7fd41a4e7712a0619760c70c43afb Mon Sep 17 00:00:00 2001 From: mdischner <57560890+mdischner@users.noreply.github.com> Date: Wed, 27 May 2026 09:20:33 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=E2=9C=A8=20Add=20Crossview=20favicon=20to?= =?UTF-8?q?=20browser=20tab?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace the default Vite favicon with the Crossview logo SVG. The logo already existed at public/images/crossview-logo.svg — this change wires it up in index.html so the app icon appears correctly in browser tabs and bookmarks when running locally or in production. Signed-off-by: mdischner <57560890+mdischner@users.noreply.github.com> --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index afaf3578..ed3b8fd2 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@
- + From 3ea3a5cd4a932ac463b741d599e196e8578617cc Mon Sep 17 00:00:00 2001 From: mdischner <57560890+mdischner@users.noreply.github.com> Date: Wed, 27 May 2026 09:43:52 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Use=20icon-only=20SVG?= =?UTF-8?q?=20for=20favicon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Switch from crossview-logo.svg (which includes text) to cross-view-logo-sidebar.svg, which contains only the icon mark. This renders correctly at small favicon sizes in browser tabs. Signed-off-by: mdischner <57560890+mdischner@users.noreply.github.com> --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index ed3b8fd2..073f424b 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - +