diff --git a/src/components/FeedSelector.tsx b/src/components/FeedSelector.tsx index 9e7422bae734..7fa78bcbe262 100644 --- a/src/components/FeedSelector.tsx +++ b/src/components/FeedSelector.tsx @@ -41,6 +41,7 @@ function FeedSelector({onFeedSelect, cardIcon, shouldChangeLayout, feedName, sup return ( @@ -71,7 +72,12 @@ function FeedSelector({onFeedSelect, cardIcon, shouldChangeLayout, feedName, sup /> )} - {supportingText} + + {supportingText} + );