Align bottom links to left

This commit is contained in:
2024-02-28 02:57:58 -05:00
parent ae3fff0267
commit 38f5252a77

View File

@ -264,7 +264,7 @@ export default function () {
</ModalContent>
</Modal>
<VStack spacing="8">{eventCards}</VStack>
<VStack gap="8px" my="16px">
<VStack alignItems="start" gap="8px" my="16px">
<Link color="#646cff" href="/book-event" mt="16px">
Book an Event
</Link>