From af68cd68dbbd5c6fc5fb77025f3d70361ea9b181 Mon Sep 17 00:00:00 2001 From: mbaharip <62494292+mbahArip@users.noreply.github.com> Date: Fri, 24 Jan 2025 08:03:01 +0700 Subject: [PATCH] update: Longer toaster duration --- src/config/gIndex.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/gIndex.config.ts b/src/config/gIndex.config.ts index e0c15c0..086281f 100644 --- a/src/config/gIndex.config.ts +++ b/src/config/gIndex.config.ts @@ -246,7 +246,7 @@ const config: z.input = { */ toaster: { position: "bottom-right", - duration: 3000, + duration: 5000, }, /**