chore(package): Update Font Awesome and remove Ionicon dependency (#17497)
Update Font Awesome from 4.7 to 5. Update existing Font Awesome icon references to match version 5 syntax. Replace all Ionicon references with Font Awesome icons and remove all files relating to Ionicon. Closes #13798
This commit is contained in:
committed by
mrugesh mohapatra
parent
d9e2376d4a
commit
6fab6319f8
@@ -38,7 +38,7 @@ $(document).ready(function() {
|
||||
return $('.flashMessage').append($(`
|
||||
<div class='alert ${type}'>
|
||||
<button class='close' type='button', data-dismiss='alert'>
|
||||
<span class='ion-close-circled' />
|
||||
<i class="fas fa-times-circle" />
|
||||
</Button>
|
||||
<div>${message}</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user