Update src/view/screens/Moderation.tsx
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>zio/stable
parent
b0cdaf71dd
commit
2823e8aa47
|
@ -70,7 +70,7 @@ export function ModerationScreen({}: Props) {
|
||||||
onPress={onPressContentFiltering}
|
onPress={onPressContentFiltering}
|
||||||
accessibilityRole="tab"
|
accessibilityRole="tab"
|
||||||
accessibilityLabel={_(msg`Content filtering`)}
|
accessibilityLabel={_(msg`Content filtering`)}
|
||||||
accessibilityHint="">
|
accessibilityHint={_(msg`Opens the content filtering preferences`)}>
|
||||||
<View style={[styles.iconContainer, pal.btn]}>
|
<View style={[styles.iconContainer, pal.btn]}>
|
||||||
<FontAwesomeIcon
|
<FontAwesomeIcon
|
||||||
icon="eye"
|
icon="eye"
|
||||||
|
|
Loading…
Reference in New Issue