Skip to content

Commit

Permalink
Modify frontend display
Browse files Browse the repository at this point in the history
  • Loading branch information
JiashuHarryHuang committed Dec 4, 2023
1 parent a0682c3 commit 318a73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Home/MainDashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const MainDashboard = ({ userData }: { userData: QueriedUserData | null }) => {
</div>

<div>
<Header>Your upcoming events</Header>
<Header>Your current and upcoming events</Header>
{/* TODO: add a filter icon on the right */}

<UpcomingEvents />
Expand Down

0 comments on commit 318a73a

Please sign in to comment.