mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix(site): fix proxy settings link (#11817)
This commit is contained in:
@@ -399,7 +399,7 @@ const ProxyMenu: FC<ProxyMenuProps> = ({ proxyContextValue }) => {
|
||||
<MenuItem
|
||||
css={{ fontSize: 14 }}
|
||||
onClick={() => {
|
||||
navigate("deployment/workspace-proxies");
|
||||
navigate("/deployment/workspace-proxies");
|
||||
}}
|
||||
>
|
||||
Proxy settings
|
||||
|
||||
Reference in New Issue
Block a user