More emoji!!!

This commit is contained in:
Petko Bordjukov 2014-08-20 16:07:00 +03:00
parent c7ea4fb8a7
commit 0d1322fac4
1 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ schedule.addEvent({
});
schedule.addEvent({
title: 'Lunch',
title: 'Lunch 🍔',
startTime: moment({hour: 12, minute: 20})
});
@ -132,6 +132,6 @@ schedule.addEvent({
});
schedule.addEvent({
title: 'Official conference dinner',
title: 'Official conference dinner 🍸',
startTime: moment({hour: 19, minute: 00})
});