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>
</Modal>
<VStack spacing="8">{eventCards}</VStack>
<Link color="#646cff" href="/book-event" mt="16px">
Book an Event
</Link>
<br />
<Link color="#646cff" href="/et-members" my="8px">
Events Team Member Management
</Link>
<VStack gap="8px" my="16px">
<Link color="#646cff" href="/book-event" mt="16px">
Book an Event
</Link>
<Link color="#646cff" href="/et-members" my="8px">
Events Team Member Management
</Link>
</VStack>
</Container>
);
}