+ Verified on {new Date(currentStatus.verifiedAt).toLocaleDateString()}
+
+
+
+ );
+ }
+
+ return (
+
+
Verify Your Domain
+
+ Prove ownership of a domain to display it on your profile
+
+
+ {error && (
+
+ โ ๏ธ {error}
+
+ )}
+
+ {!verificationInstructions ? (
+
+
+
+ setDomain(e.target.value.toLowerCase().trim())}
+ disabled={loading}
+ className="domain-input"
+ />
+
+ Enter a traditional domain (e.g., dev.aethex.dev) or a .aethex blockchain domain
+
+
+
+
+
+ ) : (
+
+
+ {domain.endsWith('.aethex')
+ ? 'Connect Your Wallet'
+ : `Add this DNS record to ${verificationInstructions.domain}:`
+ }
+