overleaf/services/web/frontend/js/features/share-project-modal/utils/link-sharing.ts
roo hutton d16fee1afe Merge pull request #18910 from overleaf/rh-editor-warning-over-limit
[web] Show warning modal to editors opening a project over collaborator limit

GitOrigin-RevId: d9868c021d0aaf04bffd8afbd8c1c96fbf548755
2024-06-28 08:04:53 +00:00

6 lines
155 B
TypeScript

import { formatDate } from '@/utils/dates'
export const linkSharingEnforcementDate = formatDate(
new Date(2024, 6, 29),
'MMMM Do'
) // July 29th 2024