mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-27 14:01:12 +00:00
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:
parent
09a8654cab
commit
1a535acedd
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue