Skip to content

Commit 203473b

Browse files
chore: reinstate IBM Z pictogram (#1410)
1 parent 3205ce4 commit 203473b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

gatsby-node.js

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ exports.onPreBootstrap = async ({ reporter }) => {
2424
.map(removeUnusedData)
2525
.filter((pictogram) => {
2626
if (
27-
pictogram.name === 'ibm--z' ||
2827
pictogram.name === 'ibm--z--partition' ||
2928
pictogram.name === 'tokyo--volcano'
3029
) {

src/components/SVGLibraries/PictogramLibrary/PictogramCategory.js

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ const IconCategory = ({ category, pictograms, columnCount }) => {
2323
{pictograms
2424
.filter((pictogram) => {
2525
if (
26-
pictogram.name === 'ibm--z' ||
2726
pictogram.name === 'ibm--z--partition' ||
2827
pictogram.name === 'ibm--z-and-linuxone-multi-frame' ||
2928
pictogram.name === 'ibm--z-and-linuxone-single-frame' ||

0 commit comments

Comments
 (0)