···1414import {type Gif} from '#/state/queries/tenor'
1515import {AltTextCounterWrapper} from '#/view/com/composer/AltTextCounterWrapper'
1616import {atoms as a, useTheme} from '#/alf'
1717+import {Admonition} from '#/components/Admonition'
1718import {Button, ButtonText} from '#/components/Button'
1819import * as Dialog from '#/components/Dialog'
1920import {type DialogControlProps} from '#/components/Dialog'
···2324import {PlusSmall_Stroke2_Corner0_Rounded as Plus} from '#/components/icons/Plus'
2425import {GifEmbed} from '#/components/Post/Embed/ExternalEmbed/Gif'
2526import {Text} from '#/components/Typography'
2626-import {AltTextReminder} from './photos/Gallery'
27272828export function GifAltTextDialog({
2929 gif,
···101101 </Text>
102102 </TouchableOpacity>
103103104104- <AltTextReminder />
104104+ <Admonition type="tip" style={[a.mt_sm]}>
105105+ <Trans>
106106+ Alt text describes images for blind and low-vision users, and helps
107107+ give context to everyone.
108108+ </Trans>
109109+ </Admonition>
105110106111 <Dialog.Outer
107112 control={control}