Fix new icon designations for new semantic style
This commit is contained in:
@@ -14,7 +14,7 @@ export default Ember.Component.extend
|
||||
when 'string' then 'terminal'
|
||||
when 'text' then 'sticky note outline'
|
||||
when 'number' then 'hashtag'
|
||||
when 'timestamp' then 'wait'
|
||||
when 'timestamp' then 'clock outline'
|
||||
else 'red warning circle'
|
||||
# &.date
|
||||
# @extend .fa-calendar
|
||||
|
||||
@@ -24,7 +24,7 @@ export default Ember.Component.extend({
|
||||
case 'number':
|
||||
return 'hashtag';
|
||||
case 'timestamp':
|
||||
return 'wait';
|
||||
return 'clock outline';
|
||||
default:
|
||||
return 'red warning circle';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user