hanseaston / pandemic-produce-delivery-project

An open-source e-commerce shop using React, Express, Firebase, and MongoDB. Designed for pandemic-relief and social good. The project is no longer actively maintained, but feel free to fork and use for your own purpose!
MIT License
26 stars 38 forks source link

Adding Home in navbar #10

Closed hanseaston closed 4 years ago

hanseaston commented 4 years ago

Right now, the potato icon will take us to the home page. But some users might not know this functionality. Adding the word "Home" to the potato icon will defeat the purpose of using an icon here. So I think it is better to add a new tab to the navar, called "Home". When the user clicks on it, it should bring us to the home page. Should be easy, you need to go add a new Route in app.js and add the logics in the navbar.jsx as well. Should be a simple fix.

Screen Shot 2020-07-31 at 11 50 59 AM
hanseaston commented 4 years ago

Issue closed from Andres's merge.

hanseaston commented 4 years ago

Issue closed from Andres's merge.