Update the year 🙏😭😭

This commit is contained in:
Nomi Nonsense 2025-03-03 13:52:00 +07:00 committed by GitHub
parent b789e03153
commit cc27012ded
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,6 @@
import dayjs from 'dayjs'; import dayjs from 'dayjs';
export function getExpirationDate () { export function getExpirationDate () {
const expirationDate = new Date("2025-02-15"); const expirationDate = new Date("2026-02-15");
return dayjs(expirationDate).format("dddd, D MMMM YYYY"); return dayjs(expirationDate).format("dddd, D MMMM YYYY");
} }