Skip to content

Commit f3b2cad

Browse files
committed
Mirror .reverse() call from source
1 parent 3f1be05 commit f3b2cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/(main)/community/events/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export default async function EventsPage() {
8989
Add a new event
9090
</Button>
9191
</header>
92-
<EventsList events={upcomingEvents}>
92+
<EventsList events={upcomingEvents.reverse()}>
9393
<SubscribeToRssLink />
9494
</EventsList>
9595
<Button className="md:hidden" href={ISSUE_TEMPLATE_LINK}>

0 commit comments

Comments
 (0)