From 9b99f3a19f2097c62dc3bc88957c5eee5d758ce3 Mon Sep 17 00:00:00 2001 From: Chen Yu Date: Fri, 21 Jun 2024 19:34:28 +0900 Subject: [PATCH] Apply suggestions from code review Signed-off-by: Chen Yu --- src/locales/zh.json | 2 +- src/pages/Xudt/index.tsx | 2 +- src/pages/Xudt/styles.module.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/locales/zh.json b/src/locales/zh.json index 8d16291ca..9947fce42 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -741,7 +741,7 @@ }, "xudt": { "holder_allocation": "地址分布", - "holder_allocation_description": "当前地址有{{ckb}} CKB地址持有人及{{btc}} BTC 地址持有人", + "holder_allocation_description": "当前地址有 {{ckb}} CKB 地址持有人及 {{btc}} BTC 地址持有人", "lock_hash": "Lock Hash", "count": "Count", "xudt": "xUDT", diff --git a/src/pages/Xudt/index.tsx b/src/pages/Xudt/index.tsx index a07f0e67e..db94bed7e 100644 --- a/src/pages/Xudt/index.tsx +++ b/src/pages/Xudt/index.tsx @@ -71,7 +71,7 @@ export const Xudt = () => {
-
+
{`${t('transaction.transactions')} (${localeNumberString(total)})`} diff --git a/src/pages/Xudt/styles.module.scss b/src/pages/Xudt/styles.module.scss index 6e1eb73a5..65902a501 100644 --- a/src/pages/Xudt/styles.module.scss +++ b/src/pages/Xudt/styles.module.scss @@ -259,6 +259,6 @@ } } -.uDTTransactionsPanel { +.udtTransactionsPanel { width: 100%; }