diff --git a/components/landing/GuideCards.tsx b/components/landing/GuideCards.tsx index 59f0ebc183..a74d3acce4 100644 --- a/components/landing/GuideCards.tsx +++ b/components/landing/GuideCards.tsx @@ -20,10 +20,12 @@ export const GuideCards = () => { return (
-
- {(featuredLinks.guideCards || []).map((guide) => { - return - })} +
+
    + {(featuredLinks.guideCards || []).map((guide) => { + return + })} +
{!currentCategory && hasGuidesPage && ( diff --git a/components/ui/Picker/Picker.tsx b/components/ui/Picker/Picker.tsx index 4ca48bbc62..0ca17e73c0 100644 --- a/components/ui/Picker/Picker.tsx +++ b/components/ui/Picker/Picker.tsx @@ -40,7 +40,11 @@ function PickerSummaryWrapper({ variant, children }: PickerWrapperPropsT) { function PickerOptionsWrapper({ variant, children }: PickerWrapperPropsT) { if (variant === 'inline') { - return {children} + return ( + +
    {children}
+
+ ) } return (