chore: clarify region selection behavior (#9021)

* chore: clarify region selection behavior

* Update site/src/components/Navbar/NavbarView.tsx

Co-authored-by: Kyle Carberry <kyle@coder.com>

---------

Co-authored-by: Kyle Carberry <kyle@coder.com>
This commit is contained in:
Steven Masley
2023-08-11 08:26:01 -05:00
committed by GitHub
co-authored by Kyle Carberry
parent 59fd4e86c9
commit 1c7bd57da8
+3 -1
View File
@@ -307,7 +307,9 @@ const ProxyMenu: FC<{ proxyContextValue: ProxyContextValue }> = ({
}}
>
Workspace proxies improve terminal and web app connections to
workspaces. This does not apply to SSH connections.
workspaces. This does not apply to CLI connections. A region must be
manually selected, otherwise the default primary region will be
used.
</Typography>
</Box>
<Divider sx={{ borderColor: (theme) => theme.palette.divider }} />