update: Longer toaster duration

This commit is contained in:
mbaharip
2025-01-24 08:03:01 +07:00
parent 2bf30529d5
commit af68cd68db
+1 -1
View File
@@ -246,7 +246,7 @@ const config: z.input<typeof Schema_Config> = {
*/ */
toaster: { toaster: {
position: "bottom-right", position: "bottom-right",
duration: 3000, duration: 5000,
}, },
/** /**