Skip to content

Commit e8ee02c

Browse files
committed
fix: update URL for RDP icon
1 parent aebdc9b commit e8ee02c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows-rdp/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ variable "admin_password" {
3333
resource "coder_script" "windows-rdp" {
3434
agent_id = var.agent_id
3535
display_name = "windows-rdp"
36-
icon = "https://svgur.com/i/158F.svg" # TODO: add to Coder icons
36+
icon = "/icon/desktop.svg"
3737

3838
script = templatefile("${path.module}/powershell-installation-script.tftpl", {
3939
admin_username = var.admin_username

0 commit comments

Comments
 (0)