Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ toast.error("Without icon", {
});
```

- Disable the icon gloabally
- Disable the icon globally
```tsx
<ToastContainer icon={false} />
```
Expand All @@ -60,4 +60,4 @@ toast.success("Even a function, given you return something that can be rendered"
```

:::info If you provide a component, the current `theme` and `type` are passed as props
:::
:::