mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-16 01:32:02 +10:00
fix issue with demo data
This commit is contained in:
@ -150,6 +150,11 @@
|
|||||||
"Continuous Improvement"
|
"Continuous Improvement"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"hobbies": {
|
||||||
|
"enable": true,
|
||||||
|
"heading": "Hobbies",
|
||||||
|
"items": ["Poetry", "Travelling", "Beatboxing", "Sketching"]
|
||||||
|
},
|
||||||
"languages": {
|
"languages": {
|
||||||
"enable": true,
|
"enable": true,
|
||||||
"heading": "Languages",
|
"heading": "Languages",
|
||||||
@ -249,9 +254,6 @@
|
|||||||
"enable": true
|
"enable": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
|
||||||
"data": {
|
|
||||||
"languages": { "items": [null, null, null, null, { "items": [] }] }
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"theme": {
|
"theme": {
|
||||||
|
|||||||
@ -281,7 +281,7 @@ const Glalie = () => {
|
|||||||
<div className="grid grid-cols-12">
|
<div className="grid grid-cols-12">
|
||||||
<div
|
<div
|
||||||
className="h-full col-span-4 p-8 grid grid-cols-1 row-gap-4 text-center"
|
className="h-full col-span-4 p-8 grid grid-cols-1 row-gap-4 text-center"
|
||||||
style={{ backgroundColor: `rgba(${r}, ${g}, ${b}, 0.1)` }}
|
style={{ backgroundColor: `rgba(${r}, ${g}, ${b}, 0.1)`, minHeight: '29.7cm' }}
|
||||||
>
|
>
|
||||||
<div className="grid grid-cols-1 gap-2">
|
<div className="grid grid-cols-1 gap-2">
|
||||||
<Photo />
|
<Photo />
|
||||||
|
|||||||
Reference in New Issue
Block a user