summaryrefslogtreecommitdiff
path: root/client/src/components/RsvpForm.tsx
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2024-09-02 10:55:57 -0700
committerMichael Hunteman <michael@huntm.net>2024-09-02 10:55:57 -0700
commit4d920cc13f1a3fa0d3551e78a5a8f0ff8b05046e (patch)
treef44f89e71e8941ae8502d503cf0d7f5a3a1d062d /client/src/components/RsvpForm.tsx
parent0853de877117f563d0d01566a519c938356a6529 (diff)
Make start icons end icons
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>