Skip to content

Commit 9880dc1

Browse files
changes
1 parent 793f423 commit 9880dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/UI/Services.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const Services = ({ youtubeStats, youtubeVideos }) => {
4141
style={{ padding: "10px" }}
4242
key={video.id.videoId}
4343
>
44-
<Image
44+
<img
4545
src={video.snippet.thumbnails.medium.url}
4646
height={0}
4747
width={0}

0 commit comments

Comments
 (0)