Replace fontawesome with latest version 6.5.2

This commit is contained in:
anhkha2003 2024-06-04 19:51:40 -05:00
parent 46c950dc37
commit a0b7308208
2100 changed files with 20227 additions and 7902 deletions

View file

@ -284,7 +284,7 @@ function populateCopyButton() {
'class': 'btn-clipboard',
'data-clipboard-text': $(this).text(),
'title': 'Click to copy'
}).append('<i class="fa fa-copy"></i>');
}).append('<i class="far fa-copy"></i>');
if ($(this).parent().width() > 100) {
copyButton.append('<span style="margin-left: 2px">Copy</span>');