We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64d2fdd commit 6b56b16Copy full SHA for 6b56b16
apps/frontend/src/components/launches/providers/instagram/instagram.collaborators.tsx
@@ -80,8 +80,8 @@ export default withProvider<InstagramDto>(
80
return 'Instagram stories should be maximum 60 seconds';
81
}
82
83
- if (video > 90 && settings.post_type === 'post') {
84
- return 'Instagram reel should be maximum 90 seconds';
+ if (video > 180 && settings.post_type === 'post') {
+ return 'Instagram reel should be maximum 180 seconds';
85
86
87
0 commit comments