Rename product to Harbor and refine connection timer
This commit is contained in:
@@ -30,7 +30,7 @@ function App() {
|
||||
}, []);
|
||||
|
||||
useEffect(() => {
|
||||
if (state?.mode) document.title = state.mode === 'gateway' ? 'Gateway' : 'Proxy';
|
||||
if (state?.mode) document.title = state.mode === 'gateway' ? 'Harbor Gateway' : 'Harbor Connect';
|
||||
}, [state?.mode]);
|
||||
|
||||
async function run(action) {
|
||||
@@ -79,7 +79,7 @@ function App() {
|
||||
});
|
||||
}
|
||||
|
||||
if (!state) return <div className="app-loading">VPN</div>;
|
||||
if (!state) return <div className="app-loading">Harbor</div>;
|
||||
|
||||
return (
|
||||
<div className="app client-app">
|
||||
|
||||
Reference in New Issue
Block a user