From bf175a1247b9006a9e659584b09a934a799a728f Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 2 Jul 2024 12:10:22 -0400 Subject: [PATCH] fix: update SVG icon URL for RDP module Accidentally missed one of the URL before merging the main module. --- windows-rdp/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows-rdp/main.tf b/windows-rdp/main.tf index 8d874fa..fb09c48 100644 --- a/windows-rdp/main.tf +++ b/windows-rdp/main.tf @@ -56,7 +56,7 @@ resource "coder_app" "windows-rdp" { slug = "web-rdp" display_name = "Web RDP" url = "http://localhost:7171" - icon = "https://svgur.com/i/158F.svg" + icon = "/icon/desktop.svg" subdomain = true healthcheck {