Toggle button not present other than home page like (login ,sign up page) #97
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added Toggle Button and Favicon on All Pages
Description:
This PR introduces two new enhancements across the website:
1. Toggle Button:
A functional toggle button is now available on all pages of the website, allowing users to interact with specific features (e.g., theme switching, menu toggling).
2. Favicon:
A favicon has been added to all pages, ensuring consistent branding and improving user experience across tabs.
Work Done:
Toggle Button:
Implemented a toggle button that is consistently displayed across all pages.
Ensured it is functional and adapts to the layout of each page.
Favicon:
Added the favicon to the website's section to ensure it appears on all pages.
Verified compatibility across major browsers.
Testing:
Verified that the toggle button appears and works as intended on all pages.
Confirmed the favicon displays correctly in the browser tab on every page.
Tested the implementation across multiple devices and screen resolutions.
Impact:
Improved functionality and user experience with the addition of the toggle button.
Enhanced website branding and professional appearance with the favicon.
Additional Notes:
Feedback is welcome for further refinements or enhancements.