Skip to content

Commit

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

0 comments on commit 9762631

Please sign in to comment.