summaryrefslogtreecommitdiff
path: root/client/src/components/RsvpForm.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/components/RsvpForm.tsx')
-rw-r--r--client/src/components/RsvpForm.tsx6
1 files changed, 1 insertions, 5 deletions
diff --git a/client/src/components/RsvpForm.tsx b/client/src/components/RsvpForm.tsx
index 5fdf390..33ca108 100644
--- a/client/src/components/RsvpForm.tsx
+++ b/client/src/components/RsvpForm.tsx
@@ -267,11 +267,7 @@ function RsvpForm() {
alignItems: 'center',
}}
>
- <Button
- type="submit"
- variant="contained"
- startIcon={<MailIcon />}
- >
+ <Button type="submit" variant="contained" endIcon={<MailIcon />}>
RSVP
</Button>
</div>