From f4c57a4f2babf8a5edf63e7c1fd61a42fef6f1d8 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 15 Nov 2025 16:40:52 +0000 Subject: [PATCH] completionId: cgen-6101ea3e3ad6469e905930d77158ae7a cgen-6101ea3e3ad6469e905930d77158ae7a --- client/pages/Dashboard.tsx | 45 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/client/pages/Dashboard.tsx b/client/pages/Dashboard.tsx index 2200f86e..36ecb010 100644 --- a/client/pages/Dashboard.tsx +++ b/client/pages/Dashboard.tsx @@ -483,6 +483,51 @@ export default function Dashboard() { + + {/* Profile Link Card */} + {profileUrl && ( + + + Your Public Profile + + Share your unique profile link with others + + + +
+ + {profileUrl} + + +
+

+ This is your public profile page where others can see your + achievements, portfolio, and connect with you. +

+ +
+
+ )} {/* Connections Tab */}