From 1f65c5993111554d8ac2895997a421f15e830e90 Mon Sep 17 00:00:00 2001 From: Mahesh Chandra <148360659+maheshchandra10@users.noreply.github.com> Date: Wed, 1 Nov 2023 13:32:21 +0530 Subject: [PATCH] fix: Remove "contract address" in all input bars (#76) --- pkg/dao-utils/src/components/DaoNameInput.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/dao-utils/src/components/DaoNameInput.tsx b/pkg/dao-utils/src/components/DaoNameInput.tsx index cce37aa..c94a9b0 100644 --- a/pkg/dao-utils/src/components/DaoNameInput.tsx +++ b/pkg/dao-utils/src/components/DaoNameInput.tsx @@ -36,7 +36,7 @@ export default function DaoNameInput({ return ( ) => handleNameChange(e.target.value)}