From 0d1322fac4cf701e7b6ede89518f204d49111584 Mon Sep 17 00:00:00 2001 From: Petko Bordjukov Date: Wed, 20 Aug 2014 16:07:00 +0300 Subject: [PATCH] More emoji!!! --- schedule.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schedule.js b/schedule.js index 81cdeab..e4b3fbc 100644 --- a/schedule.js +++ b/schedule.js @@ -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}) });