From a4addb03b15e009e05eb6e1600143095d40943c2 Mon Sep 17 00:00:00 2001 From: Kyle Carberry Date: Wed, 20 Sep 2023 12:09:36 -0500 Subject: [PATCH] Fix icons --- azure-region/README.md | 2 +- fly-region/README.md | 2 +- gcp-region/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-region/README.md b/azure-region/README.md index 8a31ecb..afeaa37 100644 --- a/azure-region/README.md +++ b/azure-region/README.md @@ -1,7 +1,7 @@ --- display_name: Azure Region description: A parameter with human region names and icons -icon: ../icons/azure.svg +icon: ../.icons/azure.svg maintainer_github: coder verified: true tags: [helper, parameter, azure] diff --git a/fly-region/README.md b/fly-region/README.md index 701420b..96babc3 100644 --- a/fly-region/README.md +++ b/fly-region/README.md @@ -1,7 +1,7 @@ --- display_name: Fly.io Region description: A parameter with human region names and icons -icon: ../icons/fly.svg +icon: ../.icons/fly.svg maintainer_github: coder verified: true tags: [helper, parameter, fly] diff --git a/gcp-region/README.md b/gcp-region/README.md index 0c606be..6746c81 100644 --- a/gcp-region/README.md +++ b/gcp-region/README.md @@ -1,7 +1,7 @@ --- display_name: Google Cloud Region description: A parameter with human region names and icons -icon: ../icons/gcp.svg +icon: ../.icons/gcp.svg maintainer_github: coder verified: true tags: [helper, parameter, azure]