Skip to content

Commit

Permalink
Fix fontSize
Browse files Browse the repository at this point in the history
  • Loading branch information
xitanggg committed Jun 24, 2023
1 parent 2aab789 commit f0b5e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/home/AutoTypingResume.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const AutoTypingResume = () => {
resume={resume}
settings={{
...initialSettings,
fontSize: "12pt",
fontSize: "12",
formToHeading: {
workExperiences: resume.workExperiences[0].company
? "WORK EXPERIENCE"
Expand Down

0 comments on commit f0b5e5c

Please sign in to comment.