{icon}
{isSoon && Guide coming soon}
+ {badge && }
@@ -110,6 +111,7 @@ function CardCategory({item}) {
)}
containerClassName={item.customProps?.className}
isSoon={item.customProps?.isSoon}
+ badge={item.customProps?.badge}
/>
);
}
@@ -127,6 +129,7 @@ function CardLink({item}) {
html={item.customProps?.html}
containerClassName={item.customProps?.className}
isSoon={item.customProps?.isSoon}
+ badge={item.customProps?.badge}
/>
);
}