diff --git a/cursor/main.tf b/cursor/main.tf index 3207ae8..4d48191 100644 --- a/cursor/main.tf +++ b/cursor/main.tf @@ -38,7 +38,7 @@ data "coder_workspace_owner" "me" {} resource "coder_app" "cursor" { agent_id = var.agent_id external = true - icon = "/icon/code.svg" + icon = "/icon/cursor.svg" slug = "cursor" display_name = "Cursor IDE" order = var.order