hacktoberfest-checker
hacktoberfest-checker copied to clipboard
FAQ page footer's FAQ button changed to Home button
Fixes #601 Changed footer component to treat FAQ page and other pages differently.
Screenshots:
This is a nice approach. Only issue is that location.pathname is case sensitive.
I think converting location.pathname to lowercase will solve this issue. Is it correct?
Correct.
Sent from a phone
On Oct 24, 2021, at 3:00 AM, Ronak Upadhyay @.***> wrote:
 I think converting location.pathname to lowercase will solve this issue. Is it correct?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.
Hey @developer-nobita sorry I've had some time off lately so haven't had chance to review this, I'll mark it as accepted though as it looks good, will hopefully be able to review over either today or tomorrow.