fix issue with demo data

This commit is contained in:
Amruth Pillai
2020-05-06 23:49:23 +05:30
parent 11393ca311
commit f53f312bc9
2 changed files with 6 additions and 4 deletions

View File

@ -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": {

View File

@ -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 />