Skip to content

Commit

Permalink
refactor: pattern hub is not able to process a whitespace in a vari…
Browse files Browse the repository at this point in the history
…ants `name` (#1693)

* refactor: added functionality to handle spaces in variant names

* docs: adding a space as an example

* Discard changes to showcases/patternhub/scripts/get-code-files.js

* Discard changes to showcases/patternhub/scripts/utils.js
  • Loading branch information
mfranzke authored Mar 19, 2024
1 parent c77defa commit e53621e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion showcases/shared/card.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
]
},
{
"name": "ColorVariant",
"name": "Color variant",
"examples": [
{
"name": "(Default) adaptive",
Expand Down

0 comments on commit e53621e

Please sign in to comment.