Add links to jobs page in README and in app, under help menu (#10658)
Release Notes: - N/A Co-authored-by: Nathan <nathan@zed.dev>
This commit is contained in:
@@ -179,6 +179,12 @@ pub fn app_menus() -> Vec<Menu<'static>> {
|
||||
url: "https://twitter.com/zeddotdev".into(),
|
||||
},
|
||||
),
|
||||
MenuItem::action(
|
||||
"Join the Team",
|
||||
super::OpenBrowser {
|
||||
url: "https://zed.dev/jobs".into(),
|
||||
},
|
||||
),
|
||||
],
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user