Change "to" to an em dash

Mo’ elegant
pull/10616/head
Alex P 2017-03-29 11:09:17 -07:00 committed by Andrew Watkins
parent 034e2d611d
commit ed0ab2842d
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ class CustomTimeRange extends Component {
<div className={classNames("custom-time-range", {show: isVisible})} style={{display: 'flex'}}>
<button className="btn btn-sm btn-info custom-time-range--btn" onClick={onToggle}>
<span className="icon clock"></span>
{`${moment(lower).format('MMM Do HH:mm')} to ${moment(upper).format('MMM Do HH:mm')}`}
{`${moment(lower).format('MMM Do HH:mm')} ${moment(upper).format('MMM Do HH:mm')}`}
<span className="caret"></span>
</button>
<div className="custom-time-container">