diff --git a/src/components/StarterPack/StarterPackCard.tsx b/src/components/StarterPack/StarterPackCard.tsx index 46e1753f62..34f525e6c3 100644 --- a/src/components/StarterPack/StarterPackCard.tsx +++ b/src/components/StarterPack/StarterPackCard.tsx @@ -3,33 +3,36 @@ import {View} from 'react-native' import {atoms as a, useTheme} from '#/alf' import {StarterPackIcon} from '#/components/icons/StarterPackIcon' +import {Link} from '#/components/Link' import {Text} from '#/components/Typography' export function StarterPackCard({hideTopBorder}: {hideTopBorder?: boolean}) { const t = useTheme() return ( - - - - - Science - - Starter pack by @bossett.social + + + + + + Science + + Starter pack by @bossett.social + + + + 380 users have joined! - - 380 users have joined! - - + ) }