Skip to content

Commit 7a9f553

Browse files
authored
chore(cursor): update display_name to Cursor Desktop (#300)
1 parent e11b19d commit 7a9f553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cursor/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ resource "coder_app" "cursor" {
4040
external = true
4141
icon = "/icon/cursor.svg"
4242
slug = "cursor"
43-
display_name = "Cursor IDE"
43+
display_name = "Cursor Desktop"
4444
order = var.order
4545
url = join("", [
4646
"cursor://coder.coder-remote/open",

0 commit comments

Comments
 (0)