From 589e62130aa300181a6c15f73112bd9dbc1686fe Mon Sep 17 00:00:00 2001 From: Mahesh Chandra <148360659+maheshchandra10@users.noreply.github.com> Date: Fri, 27 Oct 2023 19:26:56 +0000 Subject: [PATCH] fix: Remove "contract address" in all input bars --- apps/abcswap/src/pages/Home.tsx | 2 +- pkg/dao-utils/src/components/DaoNameInput.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/abcswap/src/pages/Home.tsx b/apps/abcswap/src/pages/Home.tsx index ce4f88b..1e71c03 100644 --- a/apps/abcswap/src/pages/Home.tsx +++ b/apps/abcswap/src/pages/Home.tsx @@ -43,7 +43,7 @@ export default function Home() { - Which token do you want to swap? + Which DAO's token do you want to swap? setDaoName(name)} requiredApp='augmented-bonding-curve.open.aragonpm.eth' /> diff --git a/pkg/dao-utils/src/components/DaoNameInput.tsx b/pkg/dao-utils/src/components/DaoNameInput.tsx index 50b7065..e9983b2 100644 --- a/pkg/dao-utils/src/components/DaoNameInput.tsx +++ b/pkg/dao-utils/src/components/DaoNameInput.tsx @@ -37,7 +37,7 @@ export default function DaoNameInput({ return ( ) => handleNameChange(e.target.value)}