From 87103082e2138a429bf06f30a9ae94918ffb72a7 Mon Sep 17 00:00:00 2001 From: Andrew Ronaldson Date: Fri, 14 Jun 2024 08:32:23 -0300 Subject: [PATCH] fix(yaml template): update v5 link --- packages/dev/src/quickstarts-data/yaml/template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dev/src/quickstarts-data/yaml/template.yaml b/packages/dev/src/quickstarts-data/yaml/template.yaml index 3874fa9b..3d5a5435 100644 --- a/packages/dev/src/quickstarts-data/yaml/template.yaml +++ b/packages/dev/src/quickstarts-data/yaml/template.yaml @@ -12,7 +12,7 @@ spec: # 'blue' | 'cyan' | 'green' | 'orange' | 'purple' | 'red' | 'grey' color: grey # - The icon defined as a base64 value. Example flow: - # 1. Find an .svg you want to use, like from here: https://www.patternfly.org/v4/guidelines/icons/#all-icons + # 1. Find an .svg you want to use, like from here: https://www.patternfly.org/design-foundations/icons/#all-icons # 2. Upload the file here and encode it (output format - plain text): https://base64.guru/converter/encode/image # 3. compose - `icon: data:image/svg+xml;base64,` # - If empty string (icon: ''), will use a default rocket icon