adeora7 / hacktoberfest_progress

Hacktoberfest progress checker chrome extension
MIT License
14 stars 43 forks source link

Progress bar bug #88

Open lmcjt37 opened 5 years ago

lmcjt37 commented 5 years ago

When you have reached over 5 PRs for the Hacktoberfest challenge, the bar appears to use the array index to set the length.

This means the bar extends outside the extension page container.

Solution: Fix the length of the progress bar to 5 segments max.

Pikachu920 commented 5 years ago

I'll try it! 👍