Fix bottom link margins

This commit is contained in:
Regalijan 2024-02-28 02:55:33 -05:00
parent e1fd524984
commit ae3fff0267
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

View File

@ -264,13 +264,14 @@ export default function () {
</ModalContent> </ModalContent>
</Modal> </Modal>
<VStack spacing="8">{eventCards}</VStack> <VStack spacing="8">{eventCards}</VStack>
<Link color="#646cff" href="/book-event" mt="16px"> <VStack gap="8px" my="16px">
Book an Event <Link color="#646cff" href="/book-event" mt="16px">
</Link> Book an Event
<br /> </Link>
<Link color="#646cff" href="/et-members" my="8px"> <Link color="#646cff" href="/et-members" my="8px">
Events Team Member Management Events Team Member Management
</Link> </Link>
</VStack>
</Container> </Container>
); );
} }