mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +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 += `]`;
|
text += `]`;
|
||||||
|
|
||||||
if (config.toDate) {
|
if (config.toDate) {
|
||||||
text += ` ➡ `;
|
text += ` → `;
|
||||||
text += `[date=${config.toDate} `;
|
text += `[date=${config.toDate} `;
|
||||||
|
|
||||||
if (config.toTime) {
|
if (config.toTime) {
|
||||||
|
Reference in New Issue
Block a user