From a16d350aeb62633baf5319f8ef23980737ff3f35 Mon Sep 17 00:00:00 2001 From: Hailey Date: Mon, 17 Jun 2024 20:35:40 -0700 Subject: [PATCH] tweaks --- .../StarterPack/StarterPackLandingScreen.tsx | 32 ++++++++----------- 1 file changed, 13 insertions(+), 19 deletions(-) diff --git a/src/screens/StarterPack/StarterPackLandingScreen.tsx b/src/screens/StarterPack/StarterPackLandingScreen.tsx index 6406d50352..d9d26a2b53 100644 --- a/src/screens/StarterPack/StarterPackLandingScreen.tsx +++ b/src/screens/StarterPack/StarterPackLandingScreen.tsx @@ -30,7 +30,6 @@ import {Logo} from 'view/icons/Logo' import {atoms as a, useTheme} from '#/alf' import {Button, ButtonText} from '#/components/Button' import {useDialogControl} from '#/components/Dialog' -import {Divider} from '#/components/Divider' import * as FeedCard from '#/components/FeedCard' import {LinearGradientBackground} from '#/components/LinearGradientBackground' import {ListMaybePlaceholder} from '#/components/Lists' @@ -179,7 +178,8 @@ function LandingScreenLoaded({ - - - {record.name} - - - Starter pack by {creator.displayName || `@${creator.handle}`} - - + + {record.name} + + + Starter pack by {creator.displayName || `@${creator.handle}`} + - + {record.description ? ( {record.description} @@ -234,7 +228,7 @@ function LandingScreenLoaded({ {joinedWeekCount} joined this week! ) : null} - + {starterPack.feeds?.length ? ( @@ -285,7 +279,7 @@ function LandingScreenLoaded({ You'll follow these people right away! ) : ( - You'll follow these people and {listItemsCount - 8} + You'll follow these people and {listItemsCount - 8}{' '} others! )}