From 0ae9da355df3e6c226ac87e2980c5e4288fe2011 Mon Sep 17 00:00:00 2001 From: Onuora Ebube Ebuka Date: Sat, 23 Nov 2024 14:11:03 +0100 Subject: [PATCH] Fix: Rename earn to DeFi in navigation bar (#958) Co-authored-by: Ebube Monwe --- components/UI/navbar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/UI/navbar.tsx b/components/UI/navbar.tsx index d2f05666..8fed3ff0 100644 --- a/components/UI/navbar.tsx +++ b/components/UI/navbar.tsx @@ -211,7 +211,7 @@ const Navbar: FunctionComponent = () => {
  • Quests
  • -
  • Earn
  • +
  • DeFi
  • {isConnected && ( @@ -286,7 +286,7 @@ const Navbar: FunctionComponent = () => { onClick={() => setNav(false)} className={styles.menuItemSmall} > - Earn + DeFi {isConnected && (