mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 04:41:32 +02: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user