Skip to content

chore: touch ups to wsproxy UX #8350

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Jul 7, 2023
Merged
Prev Previous commit
Next Next commit
wording
  • Loading branch information
Emyrk committed Jul 6, 2023
commit aac473837101f9615a37adb718194ae114d449c6
2 changes: 1 addition & 1 deletion site/src/components/Navbar/NavbarView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ const ProxyMenu: FC<{ proxyContextValue: ProxyContextValue }> = ({
e.stopPropagation()
}}
>
Select the closest region to you to improve workspace connections.
To improve workspace connections, select the closest region.
</MenuItem>
<Divider sx={{ borderColor: (theme) => theme.palette.divider }} />
{proxyContextValue.proxies?.map((proxy) => (
Expand Down