Skip to content

Commit

Permalink
change instagram embedded post url
Browse files Browse the repository at this point in the history
  • Loading branch information
JomnoiZ committed Aug 29, 2024
1 parent 719bee8 commit c9c1247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/home/home-fbembed.module.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const HomeFacebookEmbed: React.FC = props => {
className={classes.facebookEmbed}
/>
<Iframe
url={`https://www.instagram.com/p/Cw9SOXDpFGg/embed`}
url={`https://www.instagram.com/p/C_NoAsuzSGH/?img_index=2/embed`}
width={`${width}px`}
height={`${IGHeight}px`}
allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"
Expand Down

0 comments on commit c9c1247

Please sign in to comment.