mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-08-24 07:12:18 +10:00
fix: improper rendering of text blocks in PDFs
This commit is contained in:
@@ -460,7 +460,7 @@ export const sampleResumeData: ResumeData = {
|
||||
},
|
||||
customSections: [
|
||||
{
|
||||
title: "Experience",
|
||||
title: "",
|
||||
columns: 1,
|
||||
hidden: false,
|
||||
id: "019becaf-0b87-769d-98a6-46ccf558c0e8",
|
||||
@@ -551,7 +551,7 @@ export const sampleResumeData: ResumeData = {
|
||||
marginX: 16,
|
||||
marginY: 16,
|
||||
format: "a4",
|
||||
locale: "de-DE",
|
||||
locale: "en-US",
|
||||
hideIcons: false,
|
||||
},
|
||||
design: {
|
||||
|
||||
Reference in New Issue
Block a user