Merge pull request #1060 from sashokbg/feat/multiple_work_sections

feat: additional work sections
This commit is contained in:
Amruth Pillai
2022-11-13 10:28:28 +01:00
committed by GitHub
13 changed files with 184 additions and 38 deletions

View File

@ -38,7 +38,7 @@ const defaultState: Partial<Resume> = {
work: {
id: 'work',
name: 'Work Experience',
type: 'basic',
type: 'work',
columns: 2,
visible: true,
items: [],