diff --git a/src/components/icon-tile/types.ts b/src/components/icon-tile/types.ts index d9743ea000..893c519ab4 100644 --- a/src/components/icon-tile/types.ts +++ b/src/components/icon-tile/types.ts @@ -8,7 +8,7 @@ import { ProductSlug } from 'types/products' export type ProductBrandColor = | 'neutral' | 'neutral-dark' - | Exclude + | Exclude export interface IconTileProps { /** Pass a single child, which should be a Flight icon. For 'small' and 'medium' size, pass the 16px icon size; for other sizes pass the 24px icon size. Note that non-"color" icons will be colored using the "brandColor". */ diff --git a/src/components/tutorial-collection-cards/components/card-badges/index.tsx b/src/components/tutorial-collection-cards/components/card-badges/index.tsx index f2ada4d7db..9025c3f059 100644 --- a/src/components/tutorial-collection-cards/components/card-badges/index.tsx +++ b/src/components/tutorial-collection-cards/components/card-badges/index.tsx @@ -24,7 +24,6 @@ const PRODUCT_ICON_MAP: Record = { vault: , vagrant: , waypoint: , - sentinel: , } /** * Map all card badge options to icons