mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
1a535acedd
[web] Change link sharing enforcement date to august 26th GitOrigin-RevId: f8fd3bfddaa06ad956b576bee13194ccd5d77cb8
6 lines
157 B
TypeScript
6 lines
157 B
TypeScript
import { formatDate } from '@/utils/dates'
|
|
|
|
export const linkSharingEnforcementDate = formatDate(
|
|
new Date(2024, 7, 26),
|
|
'MMMM Do'
|
|
) // August 26th 2024
|