Files
twimg-frontend/lib/reasons.ts
Logan Cusano f08dab3a54 UI Changes
2025-08-02 02:37:53 -04:00

21 lines
461 B
TypeScript

export const APPROVE_REASONS = [
'High quality content',
'Engaging gameplay',
'Good commentary',
'Good production value',
'Clear audio/video',
'Funny',
'Action-packed',
'Great game choice',
'Good for rewatchability',
'Used in existing video'
];
export const REJECT_REASONS = [
'Low quality content',
'Unengaging gameplay',
'Uninspiring',
'Lacks depth',
'Too long/short',
'Racist/whatever-ist',
];