Skip to content

Commit

Permalink
Update Header.jsx
Browse files Browse the repository at this point in the history
Changed banner colors
  • Loading branch information
LoafPickleWW authored May 21, 2024
1 parent d803f6d commit 0c3723e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export function Header() {
></Typography>
<ConnectButton />
</Toolbar>
<div className="bg-primary-green text-black flex py-1 justify-center items-center">
<div className="bg-secondary-green text-black flex py-1 justify-center items-center">
<p className="text-center text-sm">
You can read more about Infinity Mode{" "}
<a
Expand All @@ -63,7 +63,7 @@ export function Header() {
</a>
</p>
</div>
<div className="bg-secondary-yellow text-black flex py-1 justify-center items-center">
<div className="bg-banner-grey text-white flex py-1 justify-center items-center">
<p className="text-center text-sm ticker-text">
Improve your wallet experience with the:{" "}
<a
Expand Down

0 comments on commit 0c3723e

Please sign in to comment.