-
Notifications
You must be signed in to change notification settings - Fork 274
Contributor Cards Not Displaying on Site #330
Description
Currently, the card details for all contributors are not showing on the site. Every other section seems to be working fine, but the contributor cards (which display social links and brief info) are missing from the frontend.
This feature is a core part of the project, as it serves as a way for contributors to showcase their work and be discovered.
Expected Behavior:
Each contributor’s card (with their name, favourite quote , and social links) should appear on the site once their details are added.
Steps to Reproduce:
Add contributor details (e.g., name, links) to the appropriate file.
Run the site locally or deploy it.
Observe that the contributor cards don’t render on the frontend.
Possible Areas to Check:
Data fetching logic
Mapping function for displaying cards
Component rendering the cards
Feel free to take this up and open a PR if you find the fix.