This pull request resolves the issue where the mobile navbar lacked a close (X) button, causing the menu to remain open and obstruct the view of the page content. The following changes have been made:
Added a close (X) button to the mobile navbar.
Implemented functionality to toggle the menu visibility when the close button is clicked.
Improved user experience by ensuring the menu can be easily closed after opening, allowing smooth navigation on mobile devices.
Changes:
-optimised tailwind CSS
-Added close button to the mobile navbar.
Impact:
This fix improves the overall user experience on mobile by allowing users to easily close the navbar and access the page content after the menu has been opened.
This pull request resolves the issue where the mobile navbar lacked a close (X) button, causing the menu to remain open and obstruct the view of the page content. The following changes have been made:
Added a close (X) button to the mobile navbar. Implemented functionality to toggle the menu visibility when the close button is clicked. Improved user experience by ensuring the menu can be easily closed after opening, allowing smooth navigation on mobile devices.
Changes: -optimised tailwind CSS -Added close button to the mobile navbar.
Impact: This fix improves the overall user experience on mobile by allowing users to easily close the navbar and access the page content after the menu has been opened.