Skip to content

Commit

Permalink
Update CV.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Zergus authored Oct 20, 2023
1 parent 834f079 commit 39c33eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CV.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const CV = () => {
</div>

<div className="space-y-2 sm:space-y-2">
<h2 className="text-2xl font-semibold">History</h2>
<h2 className="text-2xl font-semibold">Experience</h2>

{data.jobs.map(({ company, description, title, years }, index) => (
<div key={index} className="bg-white p-4 rounded-lg shadow-md">
Expand Down

0 comments on commit 39c33eb

Please sign in to comment.