tweak empty state button
This commit is contained in:
@@ -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>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user