Add links to and from historical events page
This commit is contained in:
@ -7,6 +7,7 @@ import {
|
||||
Container,
|
||||
Heading,
|
||||
HStack,
|
||||
Link,
|
||||
NumberDecrementStepper,
|
||||
NumberIncrementStepper,
|
||||
NumberInput,
|
||||
@ -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>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user