From 7b32ac3f1047a9976f43a18952701f1763a706fb Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Fri, 20 Sep 2024 00:19:33 +0500 Subject: [PATCH] Update icon for Cursor IDE module --- cursor/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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