chore(cursor): update display_name to Cursor Desktop (#300)
This commit is contained in:
committed by
GitHub
parent
e11b19d33e
commit
7a9f553564
@@ -40,7 +40,7 @@ resource "coder_app" "cursor" {
|
|||||||
external = true
|
external = true
|
||||||
icon = "/icon/cursor.svg"
|
icon = "/icon/cursor.svg"
|
||||||
slug = "cursor"
|
slug = "cursor"
|
||||||
display_name = "Cursor IDE"
|
display_name = "Cursor Desktop"
|
||||||
order = var.order
|
order = var.order
|
||||||
url = join("", [
|
url = join("", [
|
||||||
"cursor://coder.coder-remote/open",
|
"cursor://coder.coder-remote/open",
|
||||||
|
|||||||
Reference in New Issue
Block a user