From df0b3cdbd24ffa49cab55d007b5ba7b7042bc3a5 Mon Sep 17 00:00:00 2001 From: sajeetharan Date: Sun, 16 Aug 2026 20:19:40 +0530 Subject: [PATCH 1/2] fix: link developer panel to impact history --- components/DetailPanel.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/DetailPanel.jsx b/components/DetailPanel.jsx index 728b18f..f936fec 100644 --- a/components/DetailPanel.jsx +++ b/components/DetailPanel.jsx @@ -192,6 +192,7 @@ export default function DetailPanel({ dev, onClose, onCardGenerated, claimedLogi {merged.soUserId && ( StackOverflow ↗ )} + Impact History Get Badge ↗ + {user && !identityMatches ? ( +
+ Sign in as @{normalizedUsername} + You are currently signed in as @{user.login}. We will keep this nomination pending rather than verify the wrong account. +
+ ) : ( +

+ Verify ownership of @{normalizedUsername} with GitHub to publish your profile now. Otherwise, it will remain in the review queue. +

+ )} + {error &&
{error}
} + {(!user || identityMatches) && ( + + )} + + + ) : status === 'verifying' ? ( +
+ ) : ( <>

Add me to DevGlobe

- Submit your GitHub username to be featured on the globe. We'll review and add you within a week. + Submit your profile, then verify with GitHub to publish instantly. Unverified nominations stay in the review queue.