Skip to content

Commit

Permalink
fix(pictograms): hide watsonx pictograms from carbon-website
Browse files Browse the repository at this point in the history
  • Loading branch information
tay1orjones committed Oct 9, 2023
1 parent 175ba94 commit 4cd83c3
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ 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 === 'ibm--z-and-linuxone-single-frame' ||
pictogram.name === 'watsonx--ai' ||
pictogram.name === 'watsonx--data' ||
pictogram.name === 'watsonx--governance'
) {
return false;
}
Expand Down

0 comments on commit 4cd83c3

Please sign in to comment.