Skip to content

Commit

Permalink
docs(Embed): fix example with custom URL
Browse files Browse the repository at this point in the history
  • Loading branch information
layershifter authored Aug 26, 2019
1 parent eba3cfb commit 36f1533
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const EmbedExampleCustom = () => (
<Embed
icon='right circle arrow'
placeholder='/images/image-16by9.png'
url='http://www.myfav.es/jack'
url='https://www.myfav.es/jack'
/>
)

Expand Down

0 comments on commit 36f1533

Please sign in to comment.