Remove beta tag from cursor keymap (#36061)

Release Notes:

- N/A

Co-authored-by: Anthony Eid <hello@anthonyeid.me>
This commit is contained in:
Mikayla Maki 2025-08-12 10:53:19 -07:00 committed by GitHub
parent bfbb18476f
commit 42b7dbeaee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,7 @@ impl BaseKeymap {
("Sublime Text", Self::SublimeText),
("Emacs (beta)", Self::Emacs),
("TextMate", Self::TextMate),
("Cursor (beta)", Self::Cursor),
("Cursor", Self::Cursor),
];
#[cfg(not(target_os = "macos"))]
@ -54,7 +54,7 @@ impl BaseKeymap {
("JetBrains", Self::JetBrains),
("Sublime Text", Self::SublimeText),
("Emacs (beta)", Self::Emacs),
("Cursor (beta)", Self::Cursor),
("Cursor", Self::Cursor),
];
pub fn asset_path(&self) -> Option<&'static str> {