Merge pull request #264 from coder/svg-link-patch
fix: update SVG icon URL for RDP module
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user