Increase alt text limit to 1000 (#521)

zio/stable
Ollie Hsieh 2023-04-24 10:44:42 -07:00 committed by GitHub
parent 36eca53b87
commit df8059bf9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ export const MAX_DISPLAY_NAME = 64
export const MAX_DESCRIPTION = 256
// Recommended is 100 per: https://www.w3.org/WAI/GL/WCAG20/tests/test3.html
// but adding buffer room to account for languages like German
export const MAX_ALT_TEXT = 120
// but increasing limit per user feedback
export const MAX_ALT_TEXT = 1000
export const PROD_TEAM_HANDLES = [
'jay.bsky.social',