Skip to content

Commit

Permalink
Fixed bug in Education
Browse files Browse the repository at this point in the history
  • Loading branch information
tassyguy committed Oct 16, 2023
1 parent a5011c8 commit 65a39d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/EducationExperience.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const EducationExperience: React.FC<EducationExperienceProps> = ({
}) => {
return (
<div className="mb-6">
<h2 className="text-xl font-semibold">{name}</h2>
<h2 className="text-xl font-semibold school">{name}</h2>
<p className="text-gray-600">
{startDate} - {endDate}
</p>
Expand Down
2 changes: 1 addition & 1 deletion styles/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ body {
background-color: var(--md-sys-color-background);
}

p, ul, li, .section-header, .portfolio-header {
p, ul, li, .section-header, .portfolio-header, .school {
color: var(--md-sys-color-on-background);
}

Expand Down

0 comments on commit 65a39d6

Please sign in to comment.