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 */}