Skip to content
Merged
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
3 changes: 2 additions & 1 deletion docs/library/data-display/callout.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ CalloutRoot: |

```python exec
import reflex as rx
from pcweb.pages import docs
```

# Callout
Expand All @@ -29,7 +30,7 @@ A `callout` is a short message to attract user's attention.
rx.callout("You will need admin privileges to install and access this application.", icon="info")
```

The `icon` prop allows an icon to be passed to the `callout` component. See the [**icon** component for all icons that are available.](/docs/library/datadisplay/icon/)
The `icon` prop allows an icon to be passed to the `callout` component. See the [**icon** component for all icons that are available.]({docs.library.data_display.icon.path})

## As alert

Expand Down
Loading