diff --git a/apps/docs/docs/editor/blocks/bubbles/text.mdx b/apps/docs/docs/editor/blocks/bubbles/text.mdx index f11dcb8b2..aebbf6d49 100644 --- a/apps/docs/docs/editor/blocks/bubbles/text.mdx +++ b/apps/docs/docs/editor/blocks/bubbles/text.mdx @@ -26,3 +26,11 @@ The Text bubble block allows you to display a simple text bubble to your user. T } /> + +## Insert a link + +You can insert a link in your text bubbles using the link icon in the editor: + +Text link icon + +You can insert any links starting with `http:`, `https:`, `mailto:`, `tel:` or `sms:`. It can also be a variable. diff --git a/apps/docs/static/img/blocks/bubbles/text-link.png b/apps/docs/static/img/blocks/bubbles/text-link.png new file mode 100644 index 000000000..0a9384772 Binary files /dev/null and b/apps/docs/static/img/blocks/bubbles/text-link.png differ