Skip to content

Commit fd7f85b

Browse files
fix(site): fix proxy settings link (#11817)
1 parent 8eae4f8 commit fd7f85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/modules/dashboard/Navbar/NavbarView.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ const ProxyMenu: FC<ProxyMenuProps> = ({ proxyContextValue }) => {
399399
<MenuItem
400400
css={{ fontSize: 14 }}
401401
onClick={() => {
402-
navigate("deployment/workspace-proxies");
402+
navigate("/deployment/workspace-proxies");
403403
}}
404404
>
405405
Proxy settings

0 commit comments

Comments
 (0)