Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add links to new et tools
  • Loading branch information
regalijan committed Jan 31, 2024
1 parent 065a30b commit c57b2fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/routes/events-team.tsx
Expand Up @@ -66,6 +66,12 @@ export default function () {
return (
<Container maxW="container.lg">
<VStack spacing="8">{eventCards}</VStack>
<Link color="#646cff" href="/book-event" mt="16px">
Book an Event
</Link>
<Link color="#646cff" href="/et-members" mt="8px">
Events Team Member Management
</Link>
</Container>
);
}

0 comments on commit c57b2fd

Please sign in to comment.