fix: update SVG icon URL for RDP module

Accidentally missed one of the URL before merging the main module.
This commit is contained in:
Michael Smith
2024-07-02 12:10:22 -04:00
committed by GitHub
parent 8fd54e0e78
commit bf175a1247

View File

@@ -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 {