Skip to content

Commit

Permalink
chores
Browse files Browse the repository at this point in the history
  • Loading branch information
cihanandac committed Aug 9, 2023
1 parent 3303fe4 commit a44a822
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const VimeoBlockView = (props) => {
return (
<div id="vimeo-block">
<div className="video-wrapper">
<iframe src={videoLink} title="vimeo"></iframe>
<iframe src={videoLink} frameBorder="0" title="vimeo"></iframe>
</div>
<div className="vimeo-buttons">
{props.data.button1 && (
Expand Down

0 comments on commit a44a822

Please sign in to comment.