Skip to content

Commit 8710308

Browse files
fix(yaml template): update v5 link
1 parent c6f8c67 commit 8710308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dev/src/quickstarts-data/yaml/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
# 'blue' | 'cyan' | 'green' | 'orange' | 'purple' | 'red' | 'grey'
1313
color: grey
1414
# - The icon defined as a base64 value. Example flow:
15-
# 1. Find an .svg you want to use, like from here: https://www.patternfly.org/v4/guidelines/icons/#all-icons
15+
# 1. Find an .svg you want to use, like from here: https://www.patternfly.org/design-foundations/icons/#all-icons
1616
# 2. Upload the file here and encode it (output format - plain text): https://base64.guru/converter/encode/image
1717
# 3. compose - `icon: data:image/svg+xml;base64,<base64 string from step 2>`
1818
# - If empty string (icon: ''), will use a default rocket icon

0 commit comments

Comments
 (0)