From 1fc55697a7908957b6ef44d7b927a98a2e167db7 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 17 Oct 2024 13:50:24 -0500 Subject: [PATCH] Fix StarterPackCard Link component --- src/components/StarterPack/StarterPackCard.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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} )