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" + /> +
+
+ +