Skip to content

Commit

Permalink
Merge pull request #33 from dharamveergit/events-fix
Browse files Browse the repository at this point in the history
update archived.astro and src/pages/community/events/index.astro
  • Loading branch information
HoomanDgtl authored Oct 16, 2024
2 parents 3888595 + 9dd1008 commit ba04e92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/community/events/archived.astro
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const sortedCards = archivedCards.sort((a, b) => {
)
}
<div class="mt-10 flex justify-center">
<ButtonLink variant="secondary" size="xs" link={"../events/"}>
<ButtonLink variant="secondary" size="xs" link={"/community/events/"}>
See current and upcoming events
</ButtonLink>
</div>
Expand Down
6 changes: 5 additions & 1 deletion src/pages/community/events/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,11 @@ const sortedCards = relevantCards.sort((a, b) => {
)
}
<div class="mt-10 flex justify-center">
<ButtonLink variant="secondary" size="xs" link={"archived"}>
<ButtonLink
variant="secondary"
size="xs"
link={"/community/events/archived/"}
>
See past events in the archive
</ButtonLink>
</div>
Expand Down

0 comments on commit ba04e92

Please sign in to comment.