Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix link margins
  • Loading branch information
regalijan committed Feb 28, 2024
1 parent a4d21f4 commit 28a60db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/routes/events-team.tsx
Expand Up @@ -264,11 +264,11 @@ export default function () {
</ModalContent>
</Modal>
<VStack spacing="8">{eventCards}</VStack>
<Link color="#646cff" href="/book-event" pt="16px">
<Link color="#646cff" href="/book-event" mt="16px">
Book an Event
</Link>
<br />
<Link color="#646cff" href="/et-members" pt="8px">
<Link color="#646cff" href="/et-members" my="8px">
Events Team Member Management
</Link>
</Container>
Expand Down

0 comments on commit 28a60db

Please sign in to comment.