Skip to content

Commit e702a2a

Browse files
authored
Merge pull request #53525 from prakashbask/fix/53358
In tag details page, add spacing between Go to and more features
2 parents 0ff0cdf + 49e9d37 commit e702a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/workspace/tags/TagSettingsPage.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ function TagSettingsPage({route, navigation}: TagSettingsPageProps) {
190190
/>
191191
{approverDisabled && (
192192
<Text style={[styles.flexRow, styles.alignItemsCenter, styles.mv2, styles.mh5]}>
193-
<Text style={[styles.textLabel, styles.colorMuted]}>{translate('workspace.rules.categoryRules.goTo')}</Text>
193+
<Text style={[styles.textLabel, styles.colorMuted]}>{translate('workspace.rules.categoryRules.goTo')}</Text>{' '}
194194
<TextLink
195195
style={[styles.link, styles.label]}
196196
onPress={() => Navigation.navigate(ROUTES.WORKSPACE_MORE_FEATURES.getRoute(policyID))}

0 commit comments

Comments
 (0)