nodezoo / nodezoo-web

nodezoo.com front end
MIT License
12 stars 61 forks source link

Unify badge components #128

Open mihaidma opened 8 years ago

mihaidma commented 8 years ago

Coveralls and Travis seem to provide standard badges: https://github.com/badges/shields Currently we have 2 types of React components: one that displays images (example: npm icon, coveralls coverage image) and a custom built badge (the travis one). After the new design is defined these components should be restructured. We either implement custom badges or we use the badges provided by the service provider.

nodezooweb