mirror of
https://github.com/xitanggg/open-resume
synced 2025-02-05 20:12:45 +01:00
Fix fontSize
This commit is contained in:
parent
2aab789543
commit
f0b5e5cb69
@ -66,7 +66,7 @@ export const AutoTypingResume = () => {
|
|||||||
resume={resume}
|
resume={resume}
|
||||||
settings={{
|
settings={{
|
||||||
...initialSettings,
|
...initialSettings,
|
||||||
fontSize: "12pt",
|
fontSize: "12",
|
||||||
formToHeading: {
|
formToHeading: {
|
||||||
workExperiences: resume.workExperiences[0].company
|
workExperiences: resume.workExperiences[0].company
|
||||||
? "WORK EXPERIENCE"
|
? "WORK EXPERIENCE"
|
||||||
|
Loading…
Reference in New Issue
Block a user