Skip to content

Commit 36f1533

Browse files
authored
docs(Embed): fix example with custom URL
1 parent eba3cfb commit 36f1533

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/examples/modules/Embed/Types/EmbedExampleCustom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const EmbedExampleCustom = () => (
55
<Embed
66
icon='right circle arrow'
77
placeholder='/images/image-16by9.png'
8-
url='http://www.myfav.es/jack'
8+
url='https://www.myfav.es/jack'
99
/>
1010
)
1111

0 commit comments

Comments
 (0)