Skip to content

Commit 32f7690

Browse files
authored
Update Link Snap component href param to include mailto: (#1708)
1 parent 667bcf8 commit 32f7690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snaps/features/custom-ui/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ Outputs a clickable link.
678678
679679
#### Props
680680
681-
- `href`: `string` - The URL to point to. This must be an HTTPS URL.
681+
- `href`: `string` - The URL to point to. Supported schemes are `https:` and `mailto:`. `http:` is not allowed.
682682
- `children`: `Array<string | Bold | Italic>` - The link text.
683683
684684
#### Example

0 commit comments

Comments
 (0)