suryanshsingh2001 / MyLibrary

MyLibrary 📚 is a modern library management web app built with React.js, 🔐 Auth0 for authentication, 📖 Google Books API for book data, and styled with 🎨 Tailwind CSS for a delightful user experience.
https://mylibrary01.vercel.app/
MIT License
25 stars 25 forks source link

Update the UI of Navbar #43

Closed Ayusht777 closed 1 year ago

vercel[bot] commented 1 year ago

Someone is attempting to deploy a commit to a Personal Account owned by @suryanshsingh2001 on Vercel.

@suryanshsingh2001 first needs to authorize it.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
mylibrary ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 20, 2023 3:22pm
suryanshsingh2001 commented 1 year ago

It seems there is problem in your code header.jsx.

image

Please resolve all errors.

Ayusht777 commented 1 year ago

hey you have to install react-icons package

suryanshsingh2001 commented 1 year ago

hey you have to install react-icons package

Make sure you install this dependency in your local repo so that this saved in package.lock.json and package.json, which then installed on vercel when the build command is run.

Simply do this. npm i react-icons in your client folder.

suryanshsingh2001 commented 1 year ago

hey you have to install react-icons package

Make sure you install this dependency in your local repo so that this saved in package.lock.json and package.json, which then installed on vercel when the build command is run.

Simply do this. npm i react-icons in your client folder.

Then commit the changed code

suryanshsingh2001 commented 1 year ago

@Ayusht777 Hey there,

I wanted to provide some feedback on the recent navbar implementation. Unfortunately, it doesn't quite fit with the UI of the website and appears slightly off. In comparison to the previous navbar, it doesn't seem to enhance the overall user experience.

Could you please work on designing another navbar that aligns better with the existing UI? Let's aim for a design that seamlessly integrates with the current theme and contributes positively to the user's navigation experience.

Feel free to reach out if you need any specific guidance or further information. You can create a new PR for the improved version. Looking forward to seeing the improved version.

Ayusht777 commented 1 year ago

hey did you have some references for the Navbar UI