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!
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.
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 thenavbar.jsx
as well. Should be a simple fix.