Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add links to and from historical events page
  • Loading branch information
regalijan committed Mar 29, 2024
1 parent f18d7ea commit 37dd04a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/routes/events-team.tsx
Expand Up @@ -471,6 +471,14 @@ export default function () {
<Link color="#646cff" href="/book-event" mt="16px" target="_blank">
Book an Event
</Link>
<Link
color="#646cff"
href="/events-team/historical"
mt="8px"
target="_blank"
>
Historical Events
</Link>
{can_approve ? (
<Link color="#646cff" href="/et-members" mb="32px" mt="8px">
Events Team Member Management
Expand Down
4 changes: 4 additions & 0 deletions app/routes/events-team_.historical.tsx
Expand Up @@ -7,6 +7,7 @@ import {
Container,
Heading,
HStack,
Link,
NumberDecrementStepper,
NumberIncrementStepper,
NumberInput,
Expand Down Expand Up @@ -185,6 +186,9 @@ export default function () {
</Button>
</HStack>
<VStack spacing="8">{eventCards}</VStack>
<Link color="#646cff" href="/events-team" mt="16px">
Back to Current Events
</Link>
</Container>
);
}

0 comments on commit 37dd04a

Please sign in to comment.