Show a non-standard OTA channel notice in the drawer (#11288)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user