From edad26d9780305addd8545de8177b3e40445db75 Mon Sep 17 00:00:00 2001 From: Dmitriy Petrov Date: Sat, 11 Jul 2026 16:15:54 +0300 Subject: [PATCH] Refresh Harbor Gateway branding assets and accent styling --- index.html | 2 +- src/web/App.jsx | 6 +++--- src/web/styles.css | 8 ++++++++ 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 1928a32..8987116 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - + Harbor diff --git a/src/web/App.jsx b/src/web/App.jsx index f03ee56..e0de6ce 100644 --- a/src/web/App.jsx +++ b/src/web/App.jsx @@ -35,8 +35,8 @@ function App() { const isGateway = state.mode === 'gateway'; document.title = isGateway ? 'Harbor Gateway' : 'Harbor Connect'; document.getElementById('harbor-favicon').href = isGateway - ? '/harbor-gateway.svg' - : '/harbor-connect.svg'; + ? '/harbor-gateway.svg?v=2' + : '/harbor-connect.svg?v=2'; }, [state?.mode]); async function run(action) { @@ -87,7 +87,7 @@ function App() { if (!state) return
Harbor
; return ( -
+