diff --git a/src/front/utilities/snackbar/index.ts b/src/front/utilities/snackbar/index.ts index 310a439..721100a 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. */