Merge pull request #21 from Ryderjj89/dev

Fixing back to events button on thank you page
This commit is contained in:
Joshua Ryder
2025-06-04 19:15:11 -04:00
committed by GitHub

View File

@@ -408,7 +408,7 @@ const RSVPForm: React.FC = () => {
<Button <Button
variant="contained" variant="contained"
color="primary" color="primary"
onClick={() => navigate('/view/events/${slug}')} onClick={() => navigate(`/view/events/${slug}`)}
sx={{ flexGrow: 1 }} sx={{ flexGrow: 1 }}
> >
View RSVPs View RSVPs