Skip to content

Commit

Permalink
add sentinel badge option to avoid render err
Browse files Browse the repository at this point in the history
  • Loading branch information
zchsh committed Sep 11, 2024
1 parent 903686d commit 2c882ce
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const PRODUCT_ICON_MAP: Record<ProductOption, JSX.Element> = {
vault: <ProductIcon productSlug="vault" />,
vagrant: <ProductIcon productSlug="vagrant" />,
waypoint: <ProductIcon productSlug="waypoint" />,
sentinel: <ProductIcon productSlug="hcp" />,
}
/**
* Map all card badge options to icons
Expand Down

0 comments on commit 2c882ce

Please sign in to comment.