diff --git a/frontend/src/pages/DashboardPage.jsx b/frontend/src/pages/DashboardPage.jsx
index 59d59d5..d93d4f9 100644
--- a/frontend/src/pages/DashboardPage.jsx
+++ b/frontend/src/pages/DashboardPage.jsx
@@ -58,19 +58,42 @@ export default function DashboardPage() {
{/* Metrics Grid */}
{/* GitHub Stats */}
-
-
GitHub
-
-
-
Commits
-
—
+ {user?.handles?.github || user?.oauth?.github?.username ? (
+
+
GitHub
+
+
+ Username
+ @{user.handles.github || user.oauth.github.username}
+
+
+ Status
+ Connected
+
+
+ View Repository Insights →
+
-
-
Active PRs
-
—
+
+ ) : (
+
+
+
GitHub
+
+ No GitHub account connected. Link your profile to view metrics.
+
-
-
+
+
+ )}
{/* Codeforces Widget */}
{cfLoading ? (