Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add link to outstanding events page
regalijan committed Nov 18, 2024
1 parent 81b411f commit 8544d90
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions app/routes/events-team.tsx
@@ -776,9 +776,14 @@ export default function () {
Historical Events
</Link>
{can_approve ? (
<Link color="#646cff" href="/et-members" mb="32px" mt="8px">
Events Team Member Management
</Link>
<>
<Link color="#646cff" href="/events-team/outstanding" mt="8px">
Outstanding Events from Last Month
</Link>
<Link color="#646cff" href="/et-members" mb="32px" mt="8px">
Events Team Member Management
</Link>
</>
) : null}
</VStack>
</Container>

0 comments on commit 8544d90

Please sign in to comment.