diff --git a/apps/namadillo/src/App/Common/ConnectExtensionButton.tsx b/apps/namadillo/src/App/Common/ConnectExtensionButton.tsx index 3098cd12d..9934178cd 100644 --- a/apps/namadillo/src/App/Common/ConnectExtensionButton.tsx +++ b/apps/namadillo/src/App/Common/ConnectExtensionButton.tsx @@ -13,7 +13,7 @@ export const ConnectExtensionButton = (): JSX.Element => { <> {extensionAttachStatus === "attached" && !isExtensionConnected && ( - Connect Extension + Connect Keychain )} {extensionAttachStatus === "detached" && ( @@ -24,7 +24,7 @@ export const ConnectExtensionButton = (): JSX.Element => { backgroundColor="yellow" size="sm" > - Download Extension + Download Keychain )} diff --git a/apps/namadillo/src/App/Common/Intro.tsx b/apps/namadillo/src/App/Common/Intro.tsx index 471bb9a7f..122c81c67 100644 --- a/apps/namadillo/src/App/Common/Intro.tsx +++ b/apps/namadillo/src/App/Common/Intro.tsx @@ -13,7 +13,7 @@ export const Intro = (): JSX.Element => { "uppercase text-center font-medium text-yellow leading-10 text-4xl" )} > - Your Gateway to Shielded Multichain + Your Gateway to the Shielded Multichain
@@ -25,7 +25,7 @@ export const Intro = (): JSX.Element => { size="sm" outlineColor="yellow" > - Help + Community Help
diff --git a/apps/namadillo/src/App/Common/Navigation.tsx b/apps/namadillo/src/App/Common/Navigation.tsx index e3ab1ad8d..23733af56 100644 --- a/apps/namadillo/src/App/Common/Navigation.tsx +++ b/apps/namadillo/src/App/Common/Navigation.tsx @@ -1,7 +1,6 @@ import { SidebarMenuItem } from "App/Common/SidebarMenuItem"; import GovernanceRoutes from "App/Governance/routes"; import { MASPIcon } from "App/Icons/MASPIcon"; -import { SwapIcon } from "App/Icons/SwapIcon"; import { AiFillHome } from "react-icons/ai"; import { BsDiscord, BsTwitterX } from "react-icons/bs"; import { FaVoteYea } from "react-icons/fa"; @@ -36,7 +35,7 @@ export const Navigation = (): JSX.Element => {
  • - Transfer + IBC Transfer
  • @@ -47,14 +46,6 @@ export const Navigation = (): JSX.Element => { MASP
  • -
  • - - - - - Swap - -