mirror of
https://github.com/cupcakearmy/ora.git
synced 2025-09-05 15:50:40 +00:00
typo
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user