mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Use next Link
This commit is contained in:
parent
b766ed2ba6
commit
12d356dfa4
1 changed files with 3 additions and 2 deletions
|
|
@ -41,8 +41,9 @@ export default function Webhooks(): JSX.Element {
|
|||
}}
|
||||
>
|
||||
<StyledText>
|
||||
Webhooks have been moved to <a href="/settings/rules">Rules</a>. To
|
||||
trigger a webhook, create a rule and give it the Webhook action.
|
||||
Webhooks have been moved to{' '}
|
||||
<Link href="/settings/rules">Rules</Link>. To trigger a webhook,
|
||||
create a rule and give it the Webhook action.
|
||||
</StyledText>
|
||||
</VStack>
|
||||
</VStack>
|
||||
|
|
|
|||
Loading…
Reference in a new issue