diff --git a/frontend/src/components/RSVPForm.tsx b/frontend/src/components/RSVPForm.tsx index 94dda2d..e54f7a0 100644 --- a/frontend/src/components/RSVPForm.tsx +++ b/frontend/src/components/RSVPForm.tsx @@ -617,65 +617,83 @@ const RSVPForm: React.FC = () => { )} {neededItems.length > 0 && ( - - What items are you bringing? - - + )} + + What items are you bringing? + + + )}