Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Align bottom links to left
  • Loading branch information
regalijan committed Feb 28, 2024
1 parent ae3fff0 commit 38f5252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/events-team.tsx
Expand Up @@ -264,7 +264,7 @@ export default function () {
</ModalContent>
</Modal>
<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">
Book an Event
</Link>
Expand Down

0 comments on commit 38f5252

Please sign in to comment.