mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-04 00:36:54 -05:00
d16fee1afe
[web] Show warning modal to editors opening a project over collaborator limit GitOrigin-RevId: d9868c021d0aaf04bffd8afbd8c1c96fbf548755
6 lines
155 B
TypeScript
6 lines
155 B
TypeScript
import { formatDate } from '@/utils/dates'
|
|
|
|
export const linkSharingEnforcementDate = formatDate(
|
|
new Date(2024, 6, 29),
|
|
'MMMM Do'
|
|
) // July 29th 2024
|