Skip to content

Commit

Permalink
fix(pictograms): unhide watsonx pictograms (#3829)
Browse files Browse the repository at this point in the history
  • Loading branch information
tay1orjones authored Dec 5, 2023
1 parent c406c9c commit d21fc6d
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ const IconCategory = ({ category, pictograms, columnCount }) => {
pictogram.name === 'ibm--z' ||
pictogram.name === 'ibm--z--partition' ||
pictogram.name === 'ibm--z-and-linuxone-multi-frame' ||
pictogram.name === 'ibm--z-and-linuxone-single-frame' ||
pictogram.name === 'watsonx--ai' ||
pictogram.name === 'watsonx--data' ||
pictogram.name === 'watsonx--governance'
pictogram.name === 'ibm--z-and-linuxone-single-frame'
) {
return false;
}
Expand Down

0 comments on commit d21fc6d

Please sign in to comment.