mirror of
https://github.com/morris/vanilla-todo.git
synced 2025-08-22 13:43:06 +02:00
update deps
This commit is contained in:
@@ -33,12 +33,12 @@ export function formatDayOfMonth(date) {
|
||||
return d === 11 || d === 12 || d === 13
|
||||
? `${d}th`
|
||||
: t === 1
|
||||
? `${d}st`
|
||||
: t === 2
|
||||
? `${d}nd`
|
||||
: t === 3
|
||||
? `${d}rd`
|
||||
: `${d}th`;
|
||||
? `${d}st`
|
||||
: t === 2
|
||||
? `${d}nd`
|
||||
: t === 3
|
||||
? `${d}rd`
|
||||
: `${d}th`;
|
||||
}
|
||||
|
||||
export const DAY_NAMES = [
|
||||
|
Reference in New Issue
Block a user