firstcontributions / firstcontributions.github.io

Web app for First Contributions
https://firstcontributions.github.io
MIT License
360 stars 410 forks source link

Wrong image sources #284

Open Yarnacle opened 1 year ago

Yarnacle commented 1 year ago

🐞 Problem

Some of the objects listed in src/components/ProjectList/listOfProjects.js have an incorrect image source. For example, the CircuitVerse card on the website looks like this: CircuitVerse card

So far, I have noticed the following project cards with the same issue:

🎯 Goal

Properly display projects cards

πŸ’‘ Possible solutions

It seems the problem is caused by linking a GitHub page rather than an image. For example, the CircuitVerse object in listOfProjects.js has its imageSrc property set to https://github.com/CircuitVerse/CircuitVerse/blob/master/app/assets/images/CircuitVerse.png, which is a link to this: Github page of CircuitVerse logo

A solution to this problem would be to replace the incorrect image sources with each image's raw.githubusercontent.com URL.

πŸ“‹ Steps to solve the problem

HrutikaBadgeri commented 1 year ago

please assign me this issue

arunraj3 commented 1 year ago

I'm New to Open source can i contribute to this issue ?

nickjfrench commented 7 months ago

All broken image sources (21 in total) have been updated in my pull request #396.