fix(ui): hooks description rename
This commit is contained in:
parent
312320961c
commit
52e683e958
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ function Webhooks() {
|
||||||
|
|
||||||
<div className="text-base text-disabled-text flex items-center my-3 px-5">
|
<div className="text-base text-disabled-text flex items-center my-3 px-5">
|
||||||
<Icon name="info-circle-fill" className="mr-2" size={16} />
|
<Icon name="info-circle-fill" className="mr-2" size={16} />
|
||||||
Leverage webhooks to push OpenReplay data to other systems.
|
Leverage webhook notifications on alerts to trigger custom callbacks.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Loader loading={loading}>
|
<Loader loading={loading}>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue