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 ( -
+