Skip to content

Commit

Permalink
fix: spelling err
Browse files Browse the repository at this point in the history
  • Loading branch information
rishuraj1 committed Nov 19, 2023
1 parent 1a540f5 commit 27856d9
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions src/components/MyTimeline.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ const MyTimeline = () => {
</TimelineSeparator>
<TimelineContent sx={{ py: "12px", px: 2 }}>
<Typography variant="h6" component="span">
Birth
</Typography>
<Typography className="dark:text-teal-400">
This is the day, I was born.
DOB
</Typography>
</TimelineContent>
</TimelineItem>
Expand Down Expand Up @@ -111,8 +108,8 @@ const MyTimeline = () => {
Dumka Engineering College
</Typography>
<Typography className="dark:text-teal-400">
Presently a 2nd year student, pursuing B.Tech in Computer Science
and Engineering
Currently in 5th semester, pursuing B.Tech in Computer Science and
Engineering
</Typography>
</TimelineContent>
</TimelineItem>
Expand All @@ -137,9 +134,10 @@ const MyTimeline = () => {
GirlScript Summer of Code 2023
</Typography>
<Typography className="dark:text-teal-400">
Will be a participant in GSSoC 2023, contributing to develop complex
projects and learning new technologies with some of the brightest
minds as mentors and co-participants.
Participated in GSSoC 2023, contributing to develop complex projects
and learn new technologies with some of the brightest minds as
mentors and co-participants. Top contributor with more than 30 PRs
successfully merged.
</Typography>
</TimelineContent>
</TimelineItem>
Expand Down

0 comments on commit 27856d9

Please sign in to comment.