diff --git a/apps/docs/docs/editor/blocks/logic/redirect.mdx b/apps/docs/docs/editor/blocks/logic/redirect.mdx index 853c33d2f..314e37f3b 100644 --- a/apps/docs/docs/editor/blocks/logic/redirect.mdx +++ b/apps/docs/docs/editor/blocks/logic/redirect.mdx @@ -14,5 +14,5 @@ The Redirect logic block allows you to redirect your user to a given URL either /> :::caution -Some browser will block a redirect in a new tab by default and display a message that says "A popup has been blocked, would you like to open it?". To never stumble upon this issue, a redirect on the current page is preferable. +Safari and iOS devices will block a redirect in a new tab by default and display a message that says "A popup has been blocked, would you like to open it?". To never stumble upon this issue, a redirect on the current page is preferable. :::