alcpereira / cv-generator

Generate a PDF with React
MIT License
32 stars 13 forks source link

feat: header data input changed to array string #26

Closed flufynarwhal closed 3 months ago

flufynarwhal commented 4 months ago

Addresses: Implement a more reliable data input header.resume to string arrays instead of one long string https://github.com/alcpereira/pdf-generator/issues/3

Updated data.json header.resume data input type from string to string array edited code on header.tsx to implement data input changes