Skip to content

Commit

Permalink
Fix: Rename earn to DeFi in navigation bar (#958)
Browse files Browse the repository at this point in the history
Co-authored-by: Ebube Monwe <[email protected]>
  • Loading branch information
ONEONUORA and Ebube Monwe authored Nov 23, 2024
1 parent 10fb5f1 commit 0ae9da3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/UI/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ const Navbar: FunctionComponent = () => {
<li className={styles.menuItem}>Quests</li>
</Link>
<Link href={`/discover/defi`}>
<li className={styles.menuItem}>Earn</li>
<li className={styles.menuItem}>DeFi</li>
</Link>
{isConnected && (
<Link href={`/${address}`}>
Expand Down Expand Up @@ -286,7 +286,7 @@ const Navbar: FunctionComponent = () => {
onClick={() => setNav(false)}
className={styles.menuItemSmall}
>
Earn
DeFi
</li>
</Link>
{isConnected && (
Expand Down

0 comments on commit 0ae9da3

Please sign in to comment.