Fix bottom link margins
This commit is contained in:
parent
e1fd524984
commit
ae3fff0267
@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user