Merge pull request #19650 from overleaf/rh-link-sharing-extension

[web] Change link sharing enforcement date to august 26th

GitOrigin-RevId: f8fd3bfddaa06ad956b576bee13194ccd5d77cb8
This commit is contained in:
roo hutton 2024-07-29 12:42:54 +01:00 committed by Copybot
parent 09a8654cab
commit 1a535acedd

View file

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