Fix calendar day position

This commit is contained in:
Clement Ho 2018-04-26 17:06:07 +00:00 committed by Mike Greiling
parent aed4270f74
commit 823368b334
1 changed files with 2 additions and 2 deletions

View File

@ -188,11 +188,11 @@ export default class ActivityCalendar {
}, },
{ {
text: 'W', text: 'W',
y: 29 + this.dayYPos(2), y: 29 + this.dayYPos(3),
}, },
{ {
text: 'F', text: 'F',
y: 29 + this.dayYPos(3), y: 29 + this.dayYPos(5),
}, },
]; ];
this.svg this.svg