This is an automated email from the ASF dual-hosted git repository.
robin0716 pushed a commit to branch feat/1.4.0/personal
in repository https://gitbox.apache.org/repos/asf/incubator-answer.git
The following commit(s) were added to refs/heads/feat/1.4.0/personal by this
push:
new ba74ba3e refactor: Update badge description styling in Admin Badges
page
ba74ba3e is described below
commit ba74ba3e5865cb844cbee245a17005d41cfcbd8d
Author: robin <[email protected]>
AuthorDate: Wed Aug 14 14:13:28 2024 +0800
refactor: Update badge description styling in Admin Badges page
---
ui/src/pages/Admin/Badges/index.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/src/pages/Admin/Badges/index.tsx
b/ui/src/pages/Admin/Badges/index.tsx
index 571f9b83..f6b8cb0d 100644
--- a/ui/src/pages/Admin/Badges/index.tsx
+++ b/ui/src/pages/Admin/Badges/index.tsx
@@ -127,7 +127,7 @@ const Users: FC = () => {
)}
<div>
<div className="text-primary">{badge.name}</div>
- <div className="text-small">{badge.description}</div>
+ <div className="text-body small">{badge.description}</div>
</div>
</td>