Merge pull request #20 from Ryderjj89/dev
Fixing buttons on the Thank you page
This commit is contained in:
@@ -399,19 +399,19 @@ const RSVPForm: React.FC = () => {
|
||||
</Typography>
|
||||
<Box sx={{ display: 'flex', gap: 2, justifyContent: 'center' }}>
|
||||
<Button
|
||||
variant="contained"
|
||||
variant="outlined"
|
||||
color="primary"
|
||||
onClick={() => navigate('/')}
|
||||
>
|
||||
Back to Events
|
||||
</Button>
|
||||
<Button
|
||||
variant="outlined"
|
||||
variant="contained"
|
||||
color="primary"
|
||||
onClick={() => navigate('/')}
|
||||
onClick={() => navigate('/view/events/${slug}')}
|
||||
sx={{ flexGrow: 1 }}
|
||||
>
|
||||
Back to Events
|
||||
View RSVPs
|
||||
</Button>
|
||||
</Box>
|
||||
</Paper>
|
||||
|
||||
Reference in New Issue
Block a user