From dd2830ba6c5afcab3d9b9194e0eccb3d5bce2267 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 26 Aug 2025 12:33:43 -0500 Subject: Fix bad copy pasta (#8907) --- src/components/Toast/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components') diff --git a/src/components/Toast/index.tsx b/src/components/Toast/index.tsx index 16d62afcd..0d1c661d2 100644 --- a/src/components/Toast/index.tsx +++ b/src/components/Toast/index.tsx @@ -67,7 +67,7 @@ export function show( if (typeof content === 'string') { sonner.custom( - + , { ...options, -- cgit 1.4.1