We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 793f423 commit 9880dc1Copy full SHA for 9880dc1
components/UI/Services.jsx
@@ -41,7 +41,7 @@ const Services = ({ youtubeStats, youtubeVideos }) => {
41
style={{ padding: "10px" }}
42
key={video.id.videoId}
43
>
44
- <Image
+ <img
45
src={video.snippet.thumbnails.medium.url}
46
height={0}
47
width={0}
0 commit comments