Merge remote-tracking branch 'origin' into 3p-moderators

* origin:
  filter out files with non-image mime types
  Send route name with Statsig events (#3194)
  Tweak prompt styles on mobile web (#3193)
This commit is contained in:
Eric Bailey
2024-03-13 13:22:06 -05:00
6 changed files with 54 additions and 16 deletions
+1 -1
View File
@@ -334,7 +334,7 @@ let ProfileMenu = ({
confirmButtonCta={
profile.viewer?.blocking ? _(msg`Unblock`) : _(msg`Block`)
}
confirmButtonColor="negative"
confirmButtonColor={profile.viewer?.blocking ? undefined : 'negative'}
/>
</EventStopper>
)