Show a non-standard OTA channel notice in the drawer (#11288)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Samuel Newman
2026-07-28 16:59:17 +03:00
committed by GitHub
parent 8a6347ad7c
commit de348db116
5 changed files with 120 additions and 10 deletions
+3
View File
@@ -62,6 +62,7 @@ import {
UserCircle_Stroke2_Corner0_Rounded as UserCircle,
} from '#/components/icons/UserCircle'
import {InlineLinkText} from '#/components/Link'
import {OTAChannelNotice} from '#/components/OTAChannelNotice'
import {ProfileBadges} from '#/components/ProfileBadges'
import {Text} from '#/components/Typography'
import {useAnalytics} from '#/analytics'
@@ -343,6 +344,8 @@ let DrawerContent = ({}: React.PropsWithoutRef<{}>): React.ReactNode => {
</View>
)}
<OTAChannelNotice style={[a.mt_lg]} />
<Divider style={[a.mt_xl, a.mb_sm]} />
</View>