mathcodes / contentfordevelopers

We aim to please users with not just another solution bank to leetcode problems, but more. Contributors are encouraged to upload and share any additional content such as visual diagrams, animated GIFs, notes, charts, or whatever they use to not only solve, but UNDERSTAND the problem at hand.
https://www.contentfordevelopers.com/
MIT License
33 stars 31 forks source link

enhancement: render contributors list through json #115

Closed ShashwatAgrawal20 closed 1 year ago

ShashwatAgrawal20 commented 1 year ago

The PR introduces the render of the contributor's list through the JSON and used the map function for that

image

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
lc-hr-cw ✅ Ready (Inspect) Visit Preview Dec 22, 2022 at 9:24AM (UTC)
ShashwatAgrawal20 commented 1 year ago

Great job with the JSON data. Not sure why the container padding went away unless it's showing me a preview without applying the most recent merge, so I saved a "backup" with the padding in a new branch called "feat-masterUiBranch"

Padding didn't went away, just removed the justify content: center, as with it some of the images where not aligned properly. Did it as a quick fix will look in styling that later