diff --git a/src/pages/lightweight_dao_manager.tsx b/src/pages/lightweight_dao_manager.tsx index e5e9e52..6a0db12 100644 --- a/src/pages/lightweight_dao_manager.tsx +++ b/src/pages/lightweight_dao_manager.tsx @@ -393,7 +393,7 @@ export default function Home() {


{/* todo: make it diff of h1 - h5 */} -

DID Basic Information

+

DID Basic Information

DID Type: {typeInfo === "0" ? "Human" : "DAO"}

DID Description: {descriptionInfo}

@@ -585,4 +585,4 @@ export default function Home() { */} ); -} \ No newline at end of file +}