From 2559c47ee4aa4042c9d6d0f9739c56dc8b5ed3f5 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 15 Nov 2025 16:44:59 +0000 Subject: [PATCH] completionId: cgen-f8212d9828654a9999223c57e069e946 cgen-f8212d9828654a9999223c57e069e946 --- client/pages/dashboards/NexusDashboard.tsx | 174 ++++++++++++++++----- 1 file changed, 138 insertions(+), 36 deletions(-) diff --git a/client/pages/dashboards/NexusDashboard.tsx b/client/pages/dashboards/NexusDashboard.tsx index 1f1c9ffc..a0fb9875 100644 --- a/client/pages/dashboards/NexusDashboard.tsx +++ b/client/pages/dashboards/NexusDashboard.tsx @@ -651,48 +651,78 @@ export default function NexusDashboard() { -
-
- - -
+
+ + + setProfileFormData({ + ...profileFormData, + headline: e.target.value, + }) + } + placeholder="E.g., Senior Game Developer | Unreal Engine Specialist" + className="w-full px-4 py-2 bg-black/30 border border-purple-500/20 rounded-lg text-white placeholder-gray-500" + /> +
+
+ +