Skip to content

Commit

Permalink
Template 1 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kavyan17 committed Dec 6, 2023
1 parent b10aea4 commit f0ceeab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ProFolio-Frontend/src/components/Template1/Education.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export default function Education({ educationList }) {
{entry.description}
</p>
<div className="inline">
<h3>{entry.fromDate} - {entry.toDate}&emsp;|&emsp;</h3>
<h3>{entry.grade}</h3>
<h3><label>From: </label> {entry.fromDate} <label>To: </label> {entry.toDate}&emsp;|&emsp;</h3>
<h3><label>CGPA: </label> {entry.grade}</h3>

</div>
<h4>{entry.degreeName}</h4>
Expand Down

0 comments on commit f0ceeab

Please sign in to comment.