Skip to content

Commit

Permalink
Update HeaderComponent.tsx, Remove getMonth
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovler-Young authored Aug 24, 2023
1 parent 22f4948 commit f94aea7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/ForNewStudents/HeaderComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -618,14 +618,6 @@ function TimeLineCard(props: { date: Date; title: string; info: string }) {
boxShadow: "8px 8px 16px #646464",
}}
>
<span
style={{
color: "#0054ff",
fontSize: "1.2em",
}}
>
{date.getMonth() + 1}{date.getDate()}
</span>
<br />
<span
style={{
Expand Down

0 comments on commit f94aea7

Please sign in to comment.