use moon glyph to denote "later today"

This commit is contained in:
Jeff Atwood 2017-05-19 17:02:00 -07:00
parent ea9f93dcc5
commit 393c060047

View File

@ -149,7 +149,7 @@ export default Combobox.extend({
switch(selection) {
case LATER_TODAY:
time = time.hour(18).minute(0);
icon = 'desktop';
icon = 'moon-o';
break;
case TOMORROW:
time = time.add(1, 'day').hour(timeOfDay).minute(0);