This PR addresses the issue #9 by changing the color scheme of the navigation bar in the index.html and index1.html files from light to dark. The requested change is made by replacing the class "navbar-light bg-light" with "navbar-dark bg-dark" in both files.
Summary of Changes
Modified the index.html file to change the class of the navbar from "navbar-light bg-light" to "navbar-dark bg-dark".
Modified the index1.html file to change the class of the navbar from "navbar-light bg-light" to "navbar-dark bg-dark".
Reviewed the data.js file to ensure there is no JavaScript code that might override the navbar color. No changes were required in this file.
These changes ensure consistency in the color scheme of the navigation bar across the website.
Please review and merge this PR. Thank you!
Fixes #9.
To checkout this PR branch, run the following command in your terminal:
git checkout sweep/change-navbar-color
🎉 Latest improvements to Sweep:
Use Sweep Map to break large issues into smaller sub-issues, perfect for large tasks like "Sweep (map): migrate from React class components to function components"
Getting Sweep to format before committing! Check out Sweep Sandbox Configs to set it up.
We released a demo of our chunker, where you can find the corresponding blog and code.
💡 To get Sweep to edit this pull request, you can:
Leave a comment below to get Sweep to edit the entire PR
Leave a comment in the code will only modify the file
Edit the original issue to get Sweep to recreate the PR from scratch
Description
This PR addresses the issue #9 by changing the color scheme of the navigation bar in the index.html and index1.html files from light to dark. The requested change is made by replacing the class "navbar-light bg-light" with "navbar-dark bg-dark" in both files.
Summary of Changes
These changes ensure consistency in the color scheme of the navigation bar across the website.
Please review and merge this PR. Thank you!
Fixes #9.
To checkout this PR branch, run the following command in your terminal:
🎉 Latest improvements to Sweep:
💡 To get Sweep to edit this pull request, you can: