mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-18 18:51:32 +10:00
feat(all): upgrade to v3.4.0
This commit is contained in:
@ -10,6 +10,7 @@ const defaultState: Partial<Resume> = {
|
||||
basics: {
|
||||
email: '',
|
||||
headline: '',
|
||||
birthdate: '',
|
||||
photo: {
|
||||
url: '',
|
||||
visible: true,
|
||||
|
||||
@ -5,6 +5,7 @@ const sampleData: Partial<Resume> = {
|
||||
name: 'Alexis Jones',
|
||||
email: 'alexis.jones@gmail.com',
|
||||
phone: '+1 800 1200 3820',
|
||||
birthdate: '1995-08-06T00:00:00.000Z',
|
||||
photo: {
|
||||
url: `/images/sample-photo.jpg`,
|
||||
filters: {
|
||||
|
||||
Reference in New Issue
Block a user