Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit b03bb1b

Browse files
committed
fixed coder icon url in coder-login
1 parent ac5c275 commit b03bb1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coder-login/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ resource "coder_script" "coder-login" {
2323
CODER_DEPLOYMENT_URL : data.coder_workspace.me.access_url
2424
})
2525
display_name = "Coder Login"
26-
icon = "http://svgur.com/i/y5G.svg"
26+
icon = "/icon/coder.svg"
2727
run_on_start = true
2828
start_blocks_login = true
2929
}

0 commit comments

Comments
 (0)