UI Changes
This commit is contained in:
21
lib/reasons.ts
Normal file
21
lib/reasons.ts
Normal file
@@ -0,0 +1,21 @@
|
||||
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',
|
||||
];
|
||||
Reference in New Issue
Block a user