added white coder logo vector

This commit is contained in:
Stephen Kirby
2023-09-29 18:58:18 +00:00
parent 66d75d0306
commit bbded503c0
4 changed files with 10 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ resource "coder_script" "coder-login" {
CODER_DEPLOYMENT_URL : data.coder_workspace.me.access_url
})
display_name = "Coder Login"
icon = "/favicons/favicon.svg"
icon = "../.icons/coder-white.svg"
run_on_start = true
start_blocks_login = true
}