From d27dfbd452a6be4d6a1bfbb59b253c0d3452fc9f Mon Sep 17 00:00:00 2001 From: Serkan Reis Date: Sun, 19 Mar 2023 21:28:33 +0300 Subject: [PATCH] Minor UI updates --- pages/contracts/splits/instantiate.tsx | 40 +++++++++++++++----------- pages/contracts/splits/query.tsx | 2 +- 2 files changed, 24 insertions(+), 18 deletions(-) diff --git a/pages/contracts/splits/instantiate.tsx b/pages/contracts/splits/instantiate.tsx index 921974b..d6fe678 100644 --- a/pages/contracts/splits/instantiate.tsx +++ b/pages/contracts/splits/instantiate.tsx @@ -196,24 +196,30 @@ const SplitsInstantiatePage: NextPage = () => { - - - - - -
- +
+
+ + + + + + +
- - - - +
+ +
+ +
+
+
+
diff --git a/pages/contracts/splits/query.tsx b/pages/contracts/splits/query.tsx index b34f16f..e47c34e 100644 --- a/pages/contracts/splits/query.tsx +++ b/pages/contracts/splits/query.tsx @@ -46,7 +46,7 @@ const SplitsQueryPage: NextPage = () => { id: 'start-after-string', name: 'start-after-string', title: 'Start After (optional)', - subtitle: 'The public key to start the pagination after', + subtitle: 'The member address to start the pagination after', }) const paginationLimitState = useNumberInputState({