Merge pull request #264 from coder/svg-link-patch

fix: update SVG icon URL for RDP module
pull/265/head v1.0.16
Michael Smith 10 months ago committed by GitHub
commit c3eee866d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save