diff --git a/src/components/StarterPack/StarterPackCard.tsx b/src/components/StarterPack/StarterPackCard.tsx index 4e4889fa09..0c4f11302d 100644 --- a/src/components/StarterPack/StarterPackCard.tsx +++ b/src/components/StarterPack/StarterPackCard.tsx @@ -123,7 +123,8 @@ export function Link({ starterPack.creator.did, ) precacheStarterPack(queryClient, starterPack) - }}> + }} + style={[a.flex_col, a.align_start]}> {children} )