Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

lowcase ALT text (#3934)

authored by

Samuel Newman and committed by
GitHub
03b27969 17e3b946

+1 -1
+1 -1
src/view/com/composer/GifAltText.tsx
··· 172 172 {/* below the text input to force tab order */} 173 173 <View> 174 174 <Text style={[a.text_2xl, a.font_bold, a.leading_tight, a.pb_sm]}> 175 - <Trans>Add ALT text</Trans> 175 + <Trans>Add alt text</Trans> 176 176 </Text> 177 177 <View style={[a.w_full, a.align_center, native({maxHeight: 200})]}> 178 178 <GifEmbed link={link} params={params} hideAlt />