Skip to content

Commit

Permalink
rename label from professional history to professional experience
Browse files Browse the repository at this point in the history
  • Loading branch information
dugajean committed Oct 1, 2024
1 parent 70e6bed commit ecf3d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sections/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const Main = () => {
</p>
</VFlex>
<VFlex gap="4" printGap="2">
<h2>Professional History</h2>
<h2>Professional Experience</h2>
{resume.experience.map((experience) => (
<Experience key={experience.company}>
<Experience.Title>
Expand Down

0 comments on commit ecf3d2a

Please sign in to comment.