-
Notifications
You must be signed in to change notification settings - Fork 466
Wrong image sources #284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
please assign me this issue |
I'm New to Open source can i contribute to this issue ? |
hkrvikrant
added a commit
to hkrvikrant/firstcontributions.github.io
that referenced
this issue
Apr 10, 2023
21 tasks
All broken image sources (21 in total) have been updated in my pull request #396. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐞 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:
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 itsimageSrc
property set tohttps://github.com/CircuitVerse/CircuitVerse/blob/master/app/assets/images/CircuitVerse.png
, which is a link to this: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
Addresses #<put issue number here>
The text was updated successfully, but these errors were encountered: