mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
use moon glyph to denote "later today"
This commit is contained in:
parent
ea9f93dcc5
commit
393c060047
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue