diff --git a/.icons/coder-white.svg b/.icons/coder-white.svg new file mode 100644 index 0000000..3bb941d --- /dev/null +++ b/.icons/coder-white.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.images/coder-login.png b/.images/coder-login.png new file mode 100644 index 0000000..a085450 Binary files /dev/null and b/.images/coder-login.png differ diff --git a/coder-login/README.md b/coder-login/README.md index 9a161c6..def4c97 100644 --- a/coder-login/README.md +++ b/coder-login/README.md @@ -1,7 +1,7 @@ --- display_name: Coder Login description: Automatically logs the user into Coder on their workspace -icon: /emojis/1f511.png +icon: ../.icons/coder-white.svg maintainer_github: coder verified: true tags: [helper] diff --git a/coder-login/main.tf b/coder-login/main.tf index ef0f4b9..2127ae4 100644 --- a/coder-login/main.tf +++ b/coder-login/main.tf @@ -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 }