Skip to content

Commit 8b5676a

Browse files
Fix: Academy partner logos
Fixes incorrect and missing partner logos in the Academy section.
1 parent 4809735 commit 8b5676a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/pages/Academy.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ const Academy: React.FC = () => {
228228
{
229229
name: "Alchemy",
230230
url: "https://www.alchemy.com/",
231-
logoUrl: "https://avatars.githubusercontent.com/u/66799054?s=200&v=4"
231+
logoUrl: "https://www.datocms-assets.com/105223/1700264554-brand-image.svg"
232232
},
233233
{
234234
name: "AulaFacil",
@@ -243,7 +243,7 @@ const Academy: React.FC = () => {
243243
{
244244
name: "edX",
245245
url: "https://www.edx.org/",
246-
logoUrl: "https://upload.wikimedia.org/wikipedia/commons/c/cd/EdX_logo.png"
246+
logoUrl: "https://cdn.worldvectorlogo.com/logos/edx-1.svg"
247247
},
248248
{
249249
name: "Explore",
@@ -263,7 +263,7 @@ const Academy: React.FC = () => {
263263
{
264264
name: "Hotmart",
265265
url: "https://www.hotmart.com/",
266-
logoUrl: "https://seeklogo.com/images/H/hotmart-logo-AE90F727A5-seeklogo.com.png"
266+
logoUrl: "https://upload.wikimedia.org/wikipedia/commons/a/a5/Logo_hotmart.png"
267267
},
268268
{
269269
name: "Khan Academy",
@@ -273,7 +273,7 @@ const Academy: React.FC = () => {
273273
{
274274
name: "MasterClass",
275275
url: "https://www.masterclass.com/",
276-
logoUrl: "https://upload.wikimedia.org/wikipedia/commons/8/8b/MasterClass_Logo.svg"
276+
logoUrl: "https://static.skillshare.com/assets/images/logo-header-2020.svg"
277277
},
278278
{
279279
name: "MOOC",
@@ -288,17 +288,17 @@ const Academy: React.FC = () => {
288288
{
289289
name: "OpenupEd",
290290
url: "https://www.openuped.eu/",
291-
logoUrl: "https://www.openuped.eu/images/openuped-logo.png"
291+
logoUrl: "https://openeu.eu/img/LOGO_OpenEU.svg"
292292
},
293293
{
294294
name: "Skillshare",
295295
url: "https://www.skillshare.com/",
296-
logoUrl: "https://upload.wikimedia.org/wikipedia/commons/b/b9/Skillshare_logo_2020.svg"
296+
logoUrl: "https://static.skillshare.com/assets/images/logo-header-2020.svg"
297297
},
298298
{
299299
name: "Udacity",
300300
url: "https://www.udacity.com/",
301-
logoUrl: "https://upload.wikimedia.org/wikipedia/commons/e/e8/Udacity_logo.png"
301+
logoUrl: "https://auth.udacity.com/static/media/logo.a54dd8e1.svg"
302302
},
303303
{
304304
name: "Udemy",

0 commit comments

Comments
 (0)