mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-18 10:41:56 +10:00
Feature: Toggle Page Size between ISO A4 and US Letter
This commit is contained in:
@ -138,6 +138,9 @@ const defaultState: Partial<Resume> = {
|
||||
date: {
|
||||
format: 'MMMM DD, YYYY',
|
||||
},
|
||||
page: {
|
||||
format: 'A4',
|
||||
},
|
||||
layout: [
|
||||
[
|
||||
['work', 'education', 'projects', 'volunteer', 'references'],
|
||||
|
||||
Reference in New Issue
Block a user