uwindsorcss / wiki

A student-created wiki tailored for CS students
https://uwindsorcss.github.io/wiki/
6 stars 13 forks source link

Home link in navbar always highlighted #103

Closed jere-mie closed 1 year ago

jere-mie commented 1 year ago

Expected Behaviour

The home link should only be highlighted when on the homepage

Actual Behaviour

No matter what page you're on, the link is highlighted in the navbar

Steps to Reproduce

Navigate to any page other than the homepage and look at the navbar

image

prairir commented 1 year ago

I believe that this is happening because the nav bar uses react router. React router matches based on regex and home is at /.

jere-mie commented 1 year ago

that's kinda dumb ngl but makes sense