Add links to new et tools

This commit is contained in:
Regalijan 2024-01-30 19:34:20 -05:00
parent 065a30b82c
commit c57b2fd8ad
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

View File

@ -66,6 +66,12 @@ export default function () {
return ( return (
<Container maxW="container.lg"> <Container maxW="container.lg">
<VStack spacing="8">{eventCards}</VStack> <VStack spacing="8">{eventCards}</VStack>
<Link color="#646cff" href="/book-event" mt="16px">
Book an Event
</Link>
<Link color="#646cff" href="/et-members" mt="8px">
Events Team Member Management
</Link>
</Container> </Container>
); );
} }