Skip to content

Commit b4c46e0

Browse files
committed
fix typo to fix icons
1 parent dcb34e2 commit b4c46e0

File tree

1 file changed

+2
-2
lines changed
  • examples/templates/azure-linux

1 file changed

+2
-2
lines changed

examples/templates/azure-linux/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ data "coder_parameter" "instance_type" {
153153
name = "Instance Type"
154154
description = "What instance type should your workspace use?"
155155
default = "Standard_B4ms"
156-
icon = "/icons/azure.png"
156+
icon = "/icon/azure.png"
157157
mutable = false
158158
option {
159159
name = "Standard_B1ms (1 vCPU, 2 GiB RAM)"
@@ -206,7 +206,7 @@ data "coder_parameter" "home_size" {
206206
description = "How large would you like your home volume to be (in GB)?"
207207
default = 20
208208
type = "number"
209-
icon = "/icons/azure.png"
209+
icon = "/icon/azure.png"
210210
mutable = false
211211
validation {
212212
min = 1

0 commit comments

Comments
 (0)