Update Navbar and Routing: Rename 'Docs' to 'Components' and Add 'Contact Us'
FIxes #42 Changes:
- Navbar Heading Update:
- Changed the Navbar heading from "Docs" to "Components" for better clarity.
- Updated the route in config.js to change the path from /docs to /components.
- Add 'Contact Us' Menu Item:
- Added a new "Contact Us" item to the Navbar for easier user access to support and contact information.
- Created a new Contact Us page by adding a contact folder with page.jsx in the app structure.
Files Modified:
- Navbar component:
- Updated the heading and added the new 'Contact Us' item.
- Routing:
- config.js: Changed route from /docs to /components.
- components/page.jsx: Created a new page under the app folder for the Components section.
- contact/page.jsx: Added a new page for the Contact Us section to enable user interaction.
Testing:
- Verified that the navigation correctly routes to /components and /contact-us.
- Checked the Navbar for proper display of the "Components" and "Contact Us" options.
@Yashhuc is attempting to deploy a commit to the Sanjay Dutt's projects Team on Vercel.
A member of the Team first needs to authorize it.
hi @Yashhuc Can you remove package-lock.json then push your change also for contact us i will be as simple as when anybosy cliick it will redirect to mailto:[email protected] . We dont need a dedicated page for contact us. Thank you
hi @Yashhuc Can you remove package-lock.json then push your change also for contact us i will be as simple as when anybosy cliick it will redirect to mailto:[email protected] . We dont need a dedicated page for contact us. Thank you
@Yashhuc any updates?
hi @Yashhuc Can you remove package-lock.json then push your change also for contact us i will be as simple as when anybosy cliick it will redirect to mailto:[email protected] . We dont need a dedicated page for contact us. Thank you
@Yashhuc any updates?
Hey sorry for the delay, I have made the changes as directed and created a PR.
Hey..! I have updated the contact-us link, and removed package-lock.json.