Skip to content

Commit

Permalink
Merge pull request #8 from vtex-apps/fix/instagram-link
Browse files Browse the repository at this point in the history
Fix instagram link - iframe
  • Loading branch information
carolinamenezes authored May 20, 2020
2 parents ba6a5f9 + a6f0b43 commit 41f5ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/steps/iframe/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default {
const iframe = ctx.blocksFileContent['iframe']

return (
iframe.props.src === 'https://www.instagram.com/p/B37Zfd6FobU/embed' &&
iframe.props.src === 'https://www.instagram.com/p/B973Qp8BacC/embed' &&
iframe.props.width === 800 &&
iframe.props.height === 1000
)
Expand Down

0 comments on commit 41f5ee5

Please sign in to comment.