UI: Fix capitalization in thank you message

This commit is contained in:
Starstrike
2025-05-01 13:33:44 -04:00
parent 9854967c52
commit 3ac630bcc2

View File

@@ -232,7 +232,7 @@ const RSVPForm: React.FC = () => {
<Container maxWidth="sm">
<Paper elevation={3} sx={{ p: 4, mt: 4, textAlign: 'center' }}>
<Typography variant="h4" component="h2" gutterBottom color="primary">
Thank You!
Thank you!
</Typography>
<Typography variant="body1" sx={{ mb: 3 }}>
Your RSVP has been submitted successfully.