[object Object]

← back to Abrams

Link favicon.svg in head (use branded SVG, not .ico fallback)

82324f422644f770ee27c263f0f35ccc1f83c71c · 2026-05-31 16:56:01 -0700 · SteveStudio2

Files touched

Diff

commit 82324f422644f770ee27c263f0f35ccc1f83c71c
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
Date:   Sun May 31 16:56:01 2026 -0700

    Link favicon.svg in head (use branded SVG, not .ico fallback)
---
 public/index.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/public/index.html b/public/index.html
index 39d1907c..23ce72ce 100644
--- a/public/index.html
+++ b/public/index.html
@@ -9,7 +9,8 @@
 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
 <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
 <link rel="stylesheet" href="/static/css/panel.css" />
-</head>
+    <link rel="icon" type="image/svg+xml" href="/favicon.svg">
+  </head>
 <body>
 
 <!-- chrome -->

← 09598a3d tick: refresh inventory + SWOT at 2026-05-31T23:48:38Z  ·  back to Abrams  ·  tick: refresh inventory + SWOT at 2026-06-01T00:03:46Z 5ced1ea2 →