From 7a03c5b6be2597a3f03b564248ef6257acbef363 Mon Sep 17 00:00:00 2001 From: Starstrike Date: Thu, 1 May 2025 13:27:32 -0400 Subject: [PATCH] UI: Add event wallpaper and View RSVPs button to thank you page --- frontend/src/components/RSVPForm.tsx | 62 ++++++++++++++++++++-------- 1 file changed, 45 insertions(+), 17 deletions(-) diff --git a/frontend/src/components/RSVPForm.tsx b/frontend/src/components/RSVPForm.tsx index a68b320..ddb4ec5 100644 --- a/frontend/src/components/RSVPForm.tsx +++ b/frontend/src/components/RSVPForm.tsx @@ -210,23 +210,51 @@ const RSVPForm: React.FC = () => { if (success) { return ( - - - - Thank You! - - - Your RSVP has been submitted successfully. - - - - + + + + + Thank You! + + + Your RSVP has been submitted successfully. + + + + + + + + ); }