Rename zed.dev/settings to zed.dev/account (#15636)

This PR renames the links to the `zed.dev/settings` page to the
`zed.dev/account`.

Some of these spots will likely link out to a marketing page later.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-08-01 13:59:21 -04:00 committed by GitHub
parent 7652045903
commit 4bfb8fda8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View file

@ -425,7 +425,7 @@ pub fn initialize_workspace(app_state: Arc<AppState>, cx: &mut AppContext) {
.register_action(
|_: &mut Workspace, _: &OpenAccountSettings, cx: &mut ViewContext<Workspace>| {
let server_url = &client::ClientSettings::get_global(cx).server_url;
cx.open_url(&format!("{server_url}/settings"));
cx.open_url(&format!("{server_url}/account"));
},
)
.register_action(