From 12b41fd1628759e7096c4c8eda2ecf2ae8d049f4 Mon Sep 17 00:00:00 2001 From: Hailey Date: Mon, 14 Oct 2024 17:59:09 -0700 Subject: [PATCH] a possible tweak --- src/view/com/composer/labels/LabelsBtn.tsx | 81 +++++++++++----------- 1 file changed, 40 insertions(+), 41 deletions(-) diff --git a/src/view/com/composer/labels/LabelsBtn.tsx b/src/view/com/composer/labels/LabelsBtn.tsx index d72366aead..7677ba7ee6 100644 --- a/src/view/com/composer/labels/LabelsBtn.tsx +++ b/src/view/com/composer/labels/LabelsBtn.tsx @@ -100,35 +100,42 @@ function DialogInner({ Add a content warning - - - - Adult Content + {!hasMedia ? ( + + + + There are no self-labels that can be applied to this post. + - - - {hasMedia ? ( - <> + ) : ( + <> + + + + Adult Content + + + + Sexual activity or erotic nudity. ) : ( - If none are selected, suitable for all ages. + + If none are selected, this post is suitable for all + audiences. + )} - - ) : ( - - - - - Not Applicable. - {' '} - This warning is only available for posts with media attached. - - - )} - + + )}