mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
FIX: uses a non cooked to emoji arrow for local dates ranges
This commit is contained in:
@ -164,7 +164,7 @@ export default Ember.Component.extend({
|
||||
text += `]`;
|
||||
|
||||
if (config.toDate) {
|
||||
text += ` ➡ `;
|
||||
text += ` → `;
|
||||
text += `[date=${config.toDate} `;
|
||||
|
||||
if (config.toTime) {
|
||||
|
Reference in New Issue
Block a user