admirhusic / GoodFirstIssueFinder

A simple app which helps you find a good first issue
https://good-first-issue-finder.vercel.app
0 stars 4 forks source link

Find a better solution to add Github and other Icons #9

Open admirhusic opened 2 weeks ago

admirhusic commented 2 weeks ago

Currently we are using SVG Icons as React components, but there seems to be problems displaying the icons and also tests are failing because of that. This could be improved by using a icon library like Fontawesome. The only problem that I faced is to find Github specific icons, such as the "Issue" icon or "Commit" icon. But I'm sure there must be a solution.