Skip to content

Commit

Permalink
Merge pull request FrancescoXX#759 from olaoluwaayanbola/main
Browse files Browse the repository at this point in the history
feat:improved UI consistency
  • Loading branch information
tobySolutions committed Jun 28, 2023
2 parents 2c84870 + e49c633 commit 3efbcf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const Navbar = () => {
${
activeButton === navItem.href
? "bg-theme bg-[#70b7e6] text-white"
: "bg-white text-black"
: "bg-[#111827] text-white"
}`}
>
{navItem.pageName}
Expand Down

0 comments on commit 3efbcf4

Please sign in to comment.