diff --git a/frontend/src/components/pages/admission.tsx b/frontend/src/components/pages/admission.tsx index 5a08191..5d9480b 100644 --- a/frontend/src/components/pages/admission.tsx +++ b/frontend/src/components/pages/admission.tsx @@ -563,13 +563,13 @@ export const Admission = () => { {teamNumber} {answersByQuestionID[genderIndex] === "Male" ? ( -

+

M -

+
) : ( -

- F -

+
+ F +
)}