Hadiasemi / Crypto-Tracker

0 stars 2 forks source link

Fix Login/Signup box responsive styling #58

Closed jinyung2 closed 3 years ago

jinyung2 commented 3 years ago

Estimate: 1 hour

Currently there are some issues with responsiveness of login/signup page on certain screen widths, need to fix

jinyung2 commented 3 years ago

Time Spent: 2 hours

Fixed the styling and in addition also change the logic for active link (login or signup) by using NavLink component from react-router and using activeClassName property.