fix(docs): fix destructive toast example src (#77)

This commit is contained in:
Kfir Fitousi
2023-02-12 07:53:17 +02:00
committed by GitHub
parent 19813d25d6
commit 3bd0b3fa91

View File

@@ -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.
<ComponentExample src="/components/examples/toast/with-action.tsx">
<ComponentExample src="/components/examples/toast/destructive.tsx">
<ToastDestructive />
</ComponentExample>