Skip to content

Commit

Permalink
exmaple bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ateliee committed Dec 22, 2019
1 parent b5e094d commit dd2807c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions demo/data/3.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"text": "Meeting",
"data": {
"class": "example2",
"image": "../demo/img/1.png"
"image": "./img/1.png"
}
},
{
Expand All @@ -17,7 +17,7 @@
"text": "Interview(Aika)",
"data": {
"class": "example3",
"image": "../demo/img/2.png"
"image": "./img/2.png"
}
},
{
Expand All @@ -38,7 +38,7 @@
"text": "Meeting",
"data": {
"class": "example2",
"image": "../demo/img/1.png"
"image": "./img/1.png"
}
}
]
Expand All @@ -51,7 +51,7 @@
"end": "14:00",
"text": "Go out",
"data": {
"image": "../demo/img/3.png"
"image": "./img/3.png"
}
}
]
Expand Down

0 comments on commit dd2807c

Please sign in to comment.