From 3bd0b3fa91b7ecd0eceaec13d63d123e3afbaf1c Mon Sep 17 00:00:00 2001 From: Kfir Fitousi <37262772+kfirfitousi@users.noreply.github.com> Date: Sun, 12 Feb 2023 07:53:17 +0200 Subject: [PATCH] fix(docs): fix destructive toast example src (#77) --- apps/www/content/docs/primitives/toast.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/content/docs/primitives/toast.mdx b/apps/www/content/docs/primitives/toast.mdx index 38d9229bef..57ba436431 100644 --- a/apps/www/content/docs/primitives/toast.mdx +++ b/apps/www/content/docs/primitives/toast.mdx @@ -119,6 +119,6 @@ To display multiple toasts at the same time, you can update the `TOAST_LIMIT` in Use `toast({ variant: "destructive" }})` to display a destructive toast. - +