mirror of
https://github.com/discourse/discourse.git
synced 2025-04-02 17:48:55 +08:00
FIX: uses a non cooked to emoji arrow for local dates ranges
This commit is contained in:
parent
272646c1df
commit
d12194c438
@ -164,7 +164,7 @@ export default Ember.Component.extend({
|
||||
text += `]`;
|
||||
|
||||
if (config.toDate) {
|
||||
text += ` ➡ `;
|
||||
text += ` → `;
|
||||
text += `[date=${config.toDate} `;
|
||||
|
||||
if (config.toTime) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user