Align bottom links to left
This commit is contained in:
parent
ae3fff0267
commit
38f5252a77
@ -264,7 +264,7 @@ export default function () {
|
|||||||
</ModalContent>
|
</ModalContent>
|
||||||
</Modal>
|
</Modal>
|
||||||
<VStack spacing="8">{eventCards}</VStack>
|
<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">
|
<Link color="#646cff" href="/book-event" mt="16px">
|
||||||
Book an Event
|
Book an Event
|
||||||
</Link>
|
</Link>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user