We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa0530 commit 7dd49abCopy full SHA for 7dd49ab
public/js/modern/calendar.js
@@ -102,7 +102,7 @@
102
tr = $('<tr class="current-month"></tr>');
103
if (yearBtns) {
104
td = $('<th></th>');
105
- $prevYearBtn = $('<a href="javascript:void(0)" class="icon-arrow-left-3"></a>');
+ $prevYearBtn = $('<a href="javascript:void(0)" class="icon-arrow-left"></a>');
106
td.append($prevYearBtn);
107
tr.append(td);
108
}
@@ -118,7 +118,7 @@
118
119
120
121
- $nextYearBtn = $('<a href="javascript:void(0)" class="icon-arrow-right-3"></a>');
+ $nextYearBtn = $('<a href="javascript:void(0)" class="icon-arrow-right"></a>');
122
td.append($nextYearBtn);
123
124
0 commit comments