Add links to new et tools
This commit is contained in:
parent
065a30b82c
commit
c57b2fd8ad
@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user