Fix toast notification timeout and update loading screen logo

cgen-8adb541332d94d20945de529aaca3318
This commit is contained in:
Builder.io 2025-08-05 23:36:42 +00:00
parent 9a7735864e
commit 8a1c03700a

View file

@ -3,7 +3,7 @@ import * as React from "react";
import type { ToastActionElement, ToastProps } from "@/components/ui/toast";
const TOAST_LIMIT = 1;
const TOAST_REMOVE_DELAY = 1000000;
const TOAST_REMOVE_DELAY = 1000;
type ToasterToast = ToastProps & {
id: string;