Skip to content

Commit c3eee86

Browse files
authored
Merge pull request #264 from coder/svg-link-patch
fix: update SVG icon URL for RDP module
2 parents 8fd54e0 + bf175a1 commit c3eee86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows-rdp/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ resource "coder_app" "windows-rdp" {
5656
slug = "web-rdp"
5757
display_name = "Web RDP"
5858
url = "http://localhost:7171"
59-
icon = "https://svgur.com/i/158F.svg"
59+
icon = "/icon/desktop.svg"
6060
subdomain = true
6161

6262
healthcheck {

0 commit comments

Comments
 (0)