Skip to content

Commit da86943

Browse files
authored
Merge pull request #137 from devlovers/bugfix/fix-images-open-source-list
fixed images urls on three items of the list that where broken
2 parents 81e9e7c + f79c6c3 commit da86943

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ const projectList = [
426426
},
427427
{
428428
name: 'Hyper',
429-
imageSrc: 'https://hyper.is/static/hyper.png',
429+
imageSrc: 'https://raw.githubusercontent.com/vercel/hyper/canary/app/static/icon.png',
430430
projectLink: 'https://github.com/zeit/hyper/contribute',
431431
description: 'A terminal built on web technologies',
432432
tags: ['html', 'javascript', 'css', 'react', 'terminal']
@@ -636,7 +636,7 @@ const projectList = [
636636
},
637637
{
638638
name: 'Gatsby',
639-
imageSrc: 'https://camo.githubusercontent.com/ac31ac54c2013850b0fb8a3a4926f4718a398fb3/68747470733a2f2f7777772e6761747362796a732e6f72672f6d6f6e6f6772616d2e737667',
639+
imageSrc: 'https://raw.githubusercontent.com/gatsbyjs/gatsby/master/www/static/Gatsby-Monogram.svg',
640640
projectLink: 'https://github.com/gatsbyjs/gatsby/contribute',
641641
description: 'A free and open source framework based on React that helps developers build blazing fast websites and apps.',
642642
tags: ['React', 'Javascript', 'HTML', 'CSS', 'GraphQL', 'Web Development', 'Markdown'],
@@ -650,7 +650,7 @@ const projectList = [
650650
},
651651
{
652652
name: 'Game of Life',
653-
imageSrc: 'https://troytae.github.io/game-of-life/favicon.gif',
653+
imageSrc: 'https://raw.githubusercontent.com/TroyTae/game-of-life/master/.github/images/favicon.gif',
654654
projectLink: 'https://github.com/TroyTae/game-of-life/contribute',
655655
description: 'Conway\'s game of life web version!',
656656
tags: ['Javascript', 'Typescript', 'Good First Issue'],

0 commit comments

Comments
 (0)