Skip to content

Commit

Permalink
Template 1 Head.jsx changes added
Browse files Browse the repository at this point in the history
  • Loading branch information
Kavyan17 committed Dec 6, 2023
1 parent 90df3b3 commit 769090d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ProFolio-Frontend/src/components/Template1/Head.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default function Head({ userData }) {
</div>
<div className="writing">
<h1 className="main-title">{userData.name}</h1>
<h3>{userData.title}</h3>
{/* <h3>{userData.title}</h3> */}
{userData.about}
</div>
<div className="side">
Expand Down

0 comments on commit 769090d

Please sign in to comment.