Upgrading Font Awesome vendor files from 3.2.1 to 4.2.0
* updating vendor files * updating class syntax (to new FA-based classes) for all UI elements * correcting broken tests
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
burger: function() {
|
||||
_fn.$nav.prepend([
|
||||
'<a href="#" class="mobile-menu-button" aria-label="menu">',
|
||||
'<i class="icon-reorder" aria-hidden="true"></i>',
|
||||
'<i class="icon fa fa-reorder" aria-hidden="true"></i>',
|
||||
'</a>'
|
||||
].join(''));
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user