Skip to content

Commit

Permalink
Update YouTube URL in projects.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
AwalHossain committed Feb 12, 2024
1 parent b1924d7 commit d3eb303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const projects:Projects = {
],
id: 'Reely-A-MERN-Video-Streaming-App',
},
youtubeURL:"<iframe width='80%' height='315' src='https://www.youtube.com/embed/RCRwublmR9E?si=kN1RwckxAq2zIKEm' title='YouTube video player' frameborder='0' allow='accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share' allowfullscreen></iframe>"
youtubeURL:"https://youtu.be/RCRwublmR9E"
},
'Bookish-A-Book-Management-Site': {
id: 'Bookish-A-Book-Management-Site',
Expand Down

0 comments on commit d3eb303

Please sign in to comment.