From ad15b797b992c5ccf7e2802badb21c205e950bd9 Mon Sep 17 00:00:00 2001 From: Hamid Roohi Date: Wed, 9 Oct 2024 15:37:03 +0330 Subject: [PATCH 1/3] fix(logo and title): fix logo and title when connecting to Crab --- components/nav/navbar.tsx | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/components/nav/navbar.tsx b/components/nav/navbar.tsx index b81de2a..93b4d18 100644 --- a/components/nav/navbar.tsx +++ b/components/nav/navbar.tsx @@ -37,14 +37,17 @@ export const Navbar: React.FC = () => { )} > {(chainId === 46 || chainId === 701) && ( - Ring Dao - )} - Ring Dao - {chainId === 701 && ( - - Test Version - + <> + Ring Dao + Ring Dao + {chainId === 701 && ( + + Test Version + + )} + )} + {chainId === 44 &&

Crab DAO

}
From 8ba75ff075844dc91b1df9a219f7a9cd83d944fe Mon Sep 17 00:00:00 2001 From: fisher Date: Wed, 9 Oct 2024 20:11:28 +0800 Subject: [PATCH 2/3] Update navbar.tsx --- components/nav/navbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/nav/navbar.tsx b/components/nav/navbar.tsx index 93b4d18..4f3bd91 100644 --- a/components/nav/navbar.tsx +++ b/components/nav/navbar.tsx @@ -47,7 +47,7 @@ export const Navbar: React.FC = () => { )} )} - {chainId === 44 &&

Crab DAO

} + {chainId === 44 &&

CrabDAO

}
From 78bd456fdb8bca1f7d2d2d2dbc23655e6e5b88d3 Mon Sep 17 00:00:00 2001 From: fisher Date: Wed, 9 Oct 2024 20:15:58 +0800 Subject: [PATCH 3/3] Update navbar.tsx --- components/nav/navbar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/nav/navbar.tsx b/components/nav/navbar.tsx index 4f3bd91..01ee3c6 100644 --- a/components/nav/navbar.tsx +++ b/components/nav/navbar.tsx @@ -38,8 +38,8 @@ export const Navbar: React.FC = () => { > {(chainId === 46 || chainId === 701) && ( <> - Ring Dao - Ring Dao + RingDAO + RingDAO {chainId === 701 && ( Test Version