From 2c882cee6ce1ab21c32ca0d28525e5fc8898540c Mon Sep 17 00:00:00 2001 From: Zach Shilton <4624598+zchsh@users.noreply.github.com> Date: Wed, 11 Sep 2024 13:13:41 -0400 Subject: [PATCH] add sentinel badge option to avoid render err --- .../tutorial-collection-cards/components/card-badges/index.tsx | 1 + 1 file changed, 1 insertion(+) 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 9025c3f059..0001514ac6 100644 --- a/src/components/tutorial-collection-cards/components/card-badges/index.tsx +++ b/src/components/tutorial-collection-cards/components/card-badges/index.tsx @@ -24,6 +24,7 @@ const PRODUCT_ICON_MAP: Record = { vault: , vagrant: , waypoint: , + sentinel: , } /** * Map all card badge options to icons