From 0b343313712deca8513ca9994c41614b29809450 Mon Sep 17 00:00:00 2001 From: Michael Suchacz <203725896+ibetitsmike@users.noreply.github.com> Date: Mon, 10 Nov 2025 14:17:44 +0100 Subject: [PATCH] fix: updated icon for cmux module --- registry/coder/modules/cmux/main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/coder/modules/cmux/main.tf b/registry/coder/modules/cmux/main.tf index b1c318d80..37ec52021 100644 --- a/registry/coder/modules/cmux/main.tf +++ b/registry/coder/modules/cmux/main.tf @@ -110,7 +110,7 @@ variable "open_in" { resource "coder_script" "cmux" { agent_id = var.agent_id display_name = "cmux" - icon = "/icon/terminal.svg" + icon = "/icon/cmux.svg" script = templatefile("${path.module}/run.sh", { VERSION : var.install_version, PORT : var.port, @@ -134,7 +134,7 @@ resource "coder_app" "cmux" { slug = var.slug display_name = var.display_name url = "http://localhost:${var.port}" - icon = "/icon/terminal.svg" + icon = "/icon/cmux.svg" subdomain = var.subdomain share = var.share order = var.order