Replace fontawesome with latest version 6.5.2
This commit is contained in:
parent
46c950dc37
commit
a0b7308208
2100 changed files with 20227 additions and 7902 deletions
|
@ -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>');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue