Skip to content

Commit

Permalink
added date
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenm1 committed Oct 26, 2024
1 parent a2e0e08 commit 8984b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/MyEventCard/MyEventCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function MyEventCard(eventData: Event) {
<styles.BPImage src={BPLogo} alt="Blueprint Logo" />
<div>
<styles.TimeText>
{startTime} - {endTime}
{monthText} {eventStart.getDate()}, {startTime} - {endTime}
</styles.TimeText>
<styles.EventDescriptionText>placeholder</styles.EventDescriptionText>
<styles.LocationText>placeholder</styles.LocationText>
Expand Down

0 comments on commit 8984b70

Please sign in to comment.