mirror of
https://github.com/cupcakearmy/ora.git
synced 2024-12-21 23:56:31 +00:00
typo
This commit is contained in:
parent
4c0a60b14a
commit
b719d12b93
@ -8,7 +8,7 @@ export const buttons = [
|
||||
{ label: '1 minute', duration: dayjs.duration({ minutes: 1 }) },
|
||||
{ label: '5 minutes', duration: dayjs.duration({ minutes: 5 }) },
|
||||
{ label: '15 minutes', duration: dayjs.duration({ minutes: 15 }) },
|
||||
{ label: '1 hours', duration: dayjs.duration({ hours: 1 }) },
|
||||
{ label: '1 hour', duration: dayjs.duration({ hours: 1 }) },
|
||||
]
|
||||
|
||||
export function dismiss(duration) {
|
||||
|
Loading…
Reference in New Issue
Block a user