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!
)}