Bump Harbor versions and refine gateway mode transition
All checks were successful
Build and Deploy Gateway / build-and-push (push) Successful in 13s
Build and Deploy Gateway / deploy (push) Successful in 7s

This commit is contained in:
2026-07-12 12:09:31 +03:00
parent ef33ad9c84
commit 5e33360c92
3 changed files with 22 additions and 12 deletions

View File

@@ -515,7 +515,7 @@ function HarborBrand({ isGateway, gatewayAvailable, gatewayDirect, blocked, onSe
{switchable ? <span className="harbor-mode-control">
<span className="harbor-mode-stack" aria-hidden="true">
<em className="harbor-mode-connect">Connect</em>
<em className="harbor-mode-gateway">Gateway</em>
<em className="harbor-mode-gateway"><span>Gateway</span></em>
</span>
<svg className="harbor-mode-swap" viewBox="0 0 18 18" aria-hidden="true">
<g className="is-connect"><path d="M3 6h10m-3-3 3 3-3 3" /></g>