Skip to content

Commit

Permalink
fix(pictograms): hide watsonx pictograms from carbon-website (#3768)
Browse files Browse the repository at this point in the history
  • Loading branch information
tay1orjones authored Oct 10, 2023
1 parent 175ba94 commit f08cde6
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

1 comment on commit f08cde6

@vercel
Copy link

@vercel vercel bot commented on f08cde6 Oct 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.