diff --git a/apps/frontend/src/components/launches/providers/instagram/instagram.collaborators.tsx b/apps/frontend/src/components/launches/providers/instagram/instagram.collaborators.tsx index befe797f..42c6cfcf 100644 --- a/apps/frontend/src/components/launches/providers/instagram/instagram.collaborators.tsx +++ b/apps/frontend/src/components/launches/providers/instagram/instagram.collaborators.tsx @@ -80,8 +80,8 @@ export default withProvider( return 'Instagram stories should be maximum 60 seconds'; } - if (video > 90 && settings.post_type === 'post') { - return 'Instagram reel should be maximum 90 seconds'; + if (video > 180 && settings.post_type === 'post') { + return 'Instagram reel should be maximum 180 seconds'; } }