Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix bottom link margins
  • Loading branch information
regalijan committed Feb 28, 2024
1 parent e1fd524 commit ae3fff0
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions app/routes/events-team.tsx
Expand Up @@ -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>
);
}

0 comments on commit ae3fff0

Please sign in to comment.