Skip to content

Commit 1a2548f

Browse files
committed
Refactor EducationStep to include tabbed navigation for different education levels, enhancing user experience with distinct sections for Schooling, College, Graduation, and Post Graduation. Added validation and improved document upload functionality in PublicationsStep and SkillsStep. Enhanced USMLEScoresStep with certificate upload capabilities and improved form handling. Updated Sidebar navigation label for clarity.
1 parent 853a307 commit 1a2548f

File tree

9 files changed

+1562
-261
lines changed

9 files changed

+1562
-261
lines changed

frontend/src/components/Dashboard/CVBuilder/steps/AchievementsStep.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ const AchievementsStep = ({ formData, onInputChange, onArrayAdd, onArrayRemove,
135135
</div>
136136
))}
137137

138-
{/* Add New Achievement */}
139138
<div className="bg-blue-50 border border-blue-200 rounded-lg p-4">
140139
<h4 className="font-medium text-[#04445E] mb-4">Add New Achievement</h4>
141140

0 commit comments

Comments
 (0)