Invalid Proof of Humanity ID:
- {pohid}
+ {pohid}
);
diff --git a/src/app/[pohid]/page.tsx b/src/app/[pohid]/page.tsx
index 8ee3812..551bc63 100644
--- a/src/app/[pohid]/page.tsx
+++ b/src/app/[pohid]/page.tsx
@@ -282,7 +282,7 @@ async function Profile({ params: { pohid } }: PageProps) {
/>
) : (
<>
-
Not claimed
+
Not claimed
Claim humanity
diff --git a/src/app/globals.css b/src/app/globals.css
index 3e665d0..c1a16c7 100644
--- a/src/app/globals.css
+++ b/src/app/globals.css
@@ -46,7 +46,7 @@
}
.btn-sec {
- @apply centered p-2 border-2 border-theme rounded-sm text-theme font-semibold uppercase disabled:opacity-40;
+ @apply centered p-2 border-2 border-theme rounded-sm text-orange font-semibold uppercase disabled:opacity-40;
}
.backdrop {
@@ -133,14 +133,6 @@
color: theme("colors.dark.orange");
}
- .text-theme {
- color: theme("colors.light.theme");
- }
-
- .dark .text-theme {
- color: theme("colors.dark.theme");
- }
-
.text-status-vouching {
color: theme("colors.light.status.vouching");
}
From cfe6e057e839575c0cbee451286987c51c191320 Mon Sep 17 00:00:00 2001
From: kemuru <102478601+kemuru@users.noreply.github.com>
Date: Mon, 14 Oct 2024 16:56:33 +0200
Subject: [PATCH 2/2] fix: few more text color issues
---
src/app/[pohid]/CrossChain.tsx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/app/[pohid]/CrossChain.tsx b/src/app/[pohid]/CrossChain.tsx
index b9e3f1d..b39f22b 100644
--- a/src/app/[pohid]/CrossChain.tsx
+++ b/src/app/[pohid]/CrossChain.tsx
@@ -299,7 +299,7 @@ export default withClientConnected
(function CrossChain({
trigger={Update state }
>
-
+
Update humanity state on another chain. If you use wallet contract
make sure it has same address on both chains.
@@ -308,10 +308,10 @@ export default withClientConnected(function CrossChain({
{supportedChains.map((chain) => (
-
+
{chain.name}{" "}
{chain === homeChain ||
humanity[chain.id].crossChainRegistration ||