mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
timerender.js: Remove use of legacy font awesome base class 'icon-vector'.
This commit is contained in:
@@ -113,10 +113,10 @@ run_test('render_date_renders_time_above_html', () => {
|
||||
};
|
||||
|
||||
var expected = [
|
||||
'<i class="date-direction icon-vector-caret-up"></i>',
|
||||
'<i class="date-direction fa fa-caret-up"></i>',
|
||||
i18n.t('Yesterday'),
|
||||
'<hr class="date-line">',
|
||||
'<i class="date-direction icon-vector-caret-down"></i>',
|
||||
'<i class="date-direction fa fa-caret-down"></i>',
|
||||
i18n.t('Today'),
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user