diff --git a/src/screens/StarterPack/Wizard/index.tsx b/src/screens/StarterPack/Wizard/index.tsx index f75a83afcc..b5e41fc82e 100644 --- a/src/screens/StarterPack/Wizard/index.tsx +++ b/src/screens/StarterPack/Wizard/index.tsx @@ -311,6 +311,8 @@ function Footer({ const items = state.currentStep === 'Profiles' ? state.profiles : state.feeds + const textStyles = [isWeb && a.text_md] + return ( - + {state.currentStep === 'Profiles' ? ( You haven't added anyone to your starter pack yet! ) : ( You haven't added any suggested feeds yet! )} - + {state.currentStep === 'Profiles' ? ( Search for people that you want to suggest to others, or skip @@ -370,7 +372,7 @@ function Footer({ ) : ( - + {items.length === 1 ? ( {getName(items[0])} is included