From 568ec31c009f501f25c5c551e15a1b6952c21f78 Mon Sep 17 00:00:00 2001 From: Pedro Rezende Date: Sat, 14 Sep 2024 13:22:21 +0200 Subject: [PATCH] feat(namadillo): general content tweaks --- .../src/App/Common/ConnectExtensionButton.tsx | 4 ++-- apps/namadillo/src/App/Common/Intro.tsx | 4 ++-- apps/namadillo/src/App/Common/Navigation.tsx | 13 ++----------- apps/namadillo/src/App/Settings/Advanced.tsx | 12 +++++++++++- .../src/App/Settings/SettingsMain.tsx | 7 +------ .../src/App/Sidebars/MainnetRoadmap.tsx | 18 +++++------------- .../App/Sidebars/ValidatorDiversification.tsx | 3 ++- .../App/Sidebars/YourStakingDistribution.tsx | 2 +- 8 files changed, 26 insertions(+), 37 deletions(-) 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 - -