Skip to content

Commit

Permalink
Merge pull request #53525 from prakashbask/fix/53358
Browse files Browse the repository at this point in the history
In tag details page, add spacing between Go to and more features
  • Loading branch information
grgia authored Dec 5, 2024
2 parents 0ff0cdf + 49e9d37 commit e702a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/workspace/tags/TagSettingsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ function TagSettingsPage({route, navigation}: TagSettingsPageProps) {
/>
{approverDisabled && (
<Text style={[styles.flexRow, styles.alignItemsCenter, styles.mv2, styles.mh5]}>
<Text style={[styles.textLabel, styles.colorMuted]}>{translate('workspace.rules.categoryRules.goTo')}</Text>
<Text style={[styles.textLabel, styles.colorMuted]}>{translate('workspace.rules.categoryRules.goTo')}</Text>{' '}
<TextLink
style={[styles.link, styles.label]}
onPress={() => Navigation.navigate(ROUTES.WORKSPACE_MORE_FEATURES.getRoute(policyID))}
Expand Down

0 comments on commit e702a2a

Please sign in to comment.