Skip to content

Commit 555dbcc

Browse files
author
Adam L Barrett
authored
fix(nodejs): replace blurry courses images (#745)
1 parent e6b2752 commit 555dbcc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/site/src/data/nodejs/courses.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export const courses: Course<(typeof courseTags)[number]>[] = [
9191
title: 'Node.js Tutorial for Beginners: Learn Node in 1 Hour',
9292
author: 'Mosh Hamedani',
9393
image:
94-
'https://yt3.ggpht.com/tBEPr-zTNXEeae7VZKSZYfiy6azzs9OHowq5ZvogJeHoVtKtEw2PXSwzMBKVR7W0MI7gyND8=s88-c-k-c0x00ffffff-no-rj',
94+
'https://yt3.ggpht.com/tBEPr-zTNXEeae7VZKSZYfiy6azzs9OHowq5ZvogJeHoVtKtEw2PXSwzMBKVR7W0MI7gyND8=s353-c-k-c0x00ffffff-no-rj',
9595
description:
9696
'Learn the basics of the Node.js with this Programming with Mosh course.',
9797
paymentType: 'free',
@@ -105,7 +105,7 @@ export const courses: Course<(typeof courseTags)[number]>[] = [
105105
'Node.js Full Course for Beginners | Complete All-in-One Tutorial | 7 Hours',
106106
author: 'Dave Gray',
107107
image:
108-
'https://yt3.ggpht.com/ytc/AMLnZu-hi-TxVHQwPnZh3h9-F0OAQyqoETBJQWXjDzILGg=s88-c-k-c0x00ffffff-no-rj',
108+
'https://yt3.ggpht.com/ytc/AMLnZu-hi-TxVHQwPnZh3h9-F0OAQyqoETBJQWXjDzILGg=s353-c-k-c0x00ffffff-no-rj',
109109
description:
110110
'This Node.js Full Course for Beginners is an all-in-one beginner tutorial and complete course full of nearly 7 hours of Node JS code and instruction to level up your programming skills. This course teaches NodeJS, the Express JS framework, and MongoDB. Think of this Node.js full course tutorial as a Node JS video textbook with 15 clearly defined chapters.',
111111
paymentType: 'free',
@@ -131,7 +131,7 @@ export const courses: Course<(typeof courseTags)[number]>[] = [
131131
'Node.js Tutorial for Beginners - Getting Started with NodeJS Basics',
132132
author: 'Academind',
133133
image:
134-
'https://yt3.ggpht.com/ytc/AMLnZu_Uksjq0hZKO8HU1hqf8LTFE91m1CeiSOe__5L8BA=s88-c-k-c0x00ffffff-no-rj',
134+
'https://yt3.ggpht.com/ytc/AMLnZu_Uksjq0hZKO8HU1hqf8LTFE91m1CeiSOe__5L8BA=s353-c-k-c0x00ffffff-no-rj',
135135
description: 'Learn the basics of Node.js with this free 2 hour video.',
136136
paymentType: 'free',
137137
level: 'beginner',

0 commit comments

Comments
 (0)