diff --git a/src/front/utilities/snackbar/index.ts b/src/front/utilities/snackbar/index.ts index 66ee781..310a439 100644 --- a/src/front/utilities/snackbar/index.ts +++ b/src/front/utilities/snackbar/index.ts @@ -16,12 +16,12 @@ interface Options { * * `bottom-end`: Aligned to the bottom, right */ placement?: - | "top" - | "top-start" - | "top-end" - | "bottom" - | "bottom-start" - | "bottom-end"; + | "top" + | "top-start" + | "top-end" + | "bottom" + | "bottom-start" + | "bottom-end"; /** * The text for the action button. */ @@ -94,6 +94,7 @@ export const snacker = (opts: Options) => { closeable: true, messageLine: 2, queue: "snacker", + autoCloseDelay: 1600, onOpen: () => { new Audio("https://no.ipv4.army/raw/Popcorn.ogg").play(); },