Skip to content

Commit

Permalink
Merge pull request #80 from ChangePlusPlusVandy/fix-vol-history
Browse files Browse the repository at this point in the history
Fix vol history
  • Loading branch information
JiashuHarryHuang authored Feb 8, 2024
2 parents 5946b17 + ada30a0 commit c506aa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Home/PastActivity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const PastActivity = ({ userData }: { userData: QueriedUserData | null }) => {
</Container>
</Suspense>
</Events>
<button onClick={() => router.push('/volunteerHistory')}>
<button onClick={() => router.push('/volunteer-history')}>
Show More
</button>
</Container>
Expand Down
2 changes: 1 addition & 1 deletion components/Volunteer/VolunteerDashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const VolunteerDashboard = ({
{/** Button for "See History" */}
<VolunteerButton
backgroundcolor={BOOKEM_THEME.colors.BOOKEM_LIGHT_GRAY}
onClick={() => (window.location.href = '/volunteerHistory')}>
onClick={() => (window.location.href = '/volunteer-history')}>
<ButtonIcon>
<Media greaterThanOrEqual="sm">
<Image
Expand Down

0 comments on commit c506aa2

Please sign in to comment.