mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-27 22:54:18 +00:00
fix(docs): fix destructive toast example src (#77)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user