diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/view/com/util/moderation/PostAlerts.tsx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/view/com/util/moderation/PostAlerts.tsx b/src/view/com/util/moderation/PostAlerts.tsx index 604b80988..0dba367fc 100644 --- a/src/view/com/util/moderation/PostAlerts.tsx +++ b/src/view/com/util/moderation/PostAlerts.tsx @@ -38,11 +38,11 @@ export function PostAlerts({ accessibilityHint="" style={[styles.container, pal.viewLight, style]}> <ShieldExclamation style={pal.text} size={16} /> - <Text type="lg" style={pal.text}> - {desc.name} - </Text> - <Text type="lg" style={[pal.link, styles.learnMoreBtn]}> - Learn More + <Text type="lg" style={[pal.text]}> + {desc.name}{' '} + <Text type="lg" style={[pal.link, styles.learnMoreBtn]}> + Learn More + </Text> </Text> </Pressable> ) |