tweak empty state button

This commit is contained in:
Samuel Newman
2025-11-19 16:18:43 +02:00
parent 279cd05207
commit c580c9d9e7
@@ -116,13 +116,13 @@ export function ExploreInterestsCard() {
</View> </View>
) : ( ) : (
<Link <Link
label={_(msg`Edit interests`)} label={_(msg`Add interests`)}
to="/settings/interests" to="/settings/interests"
size="large" size="small"
color="primary" color="primary"
style={[a.justify_center]}> style={[a.justify_center]}>
<ButtonText> <ButtonText>
<Trans>Tell us what you're interested in!</Trans> <Trans>Add interests</Trans>
</ButtonText> </ButtonText>
</Link> </Link>
)} )}