Skip to content

Commit aba06e8

Browse files
committed
Tweak icon
1 parent 1088df7 commit aba06e8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

assets/js/aws.permissions.cloud.js

+2-4
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ async function processReferencePage() {
924924

925925
let notice = '';
926926
if (first_action['notice']) {
927-
notice = ' <span class="tx-primary" data-toggle="tooltip" data-placement="top" title="' + first_action['notice'] + '"><i data-feather="info"></i></span>';
927+
notice = ' <span class="tx-primary" data-toggle="tooltip" data-placement="top" title="' + first_action['notice'] + '"><i class="fas fa-info-circle"></i></span>';
928928
}
929929

930930
method_table_content += '<tr id="' + iam_mapping_name_parts[0] + '_' + iam_mapping_name_parts[1] + '">\
@@ -944,7 +944,7 @@ async function processReferencePage() {
944944

945945
let notice = '';
946946
if (action['notice']) {
947-
notice = ' <span class="tx-primary" data-toggle="tooltip" data-placement="top" title="' + action['notice'] + '"><i data-feather="info"></i></span>';
947+
notice = ' <span class="tx-primary" data-toggle="tooltip" data-placement="top" title="' + action['notice'] + '"><i class="fas fa-info-circle"></i></span>';
948948
}
949949

950950
method_table_content += '<tr>\
@@ -955,8 +955,6 @@ async function processReferencePage() {
955955
}
956956
}
957957
$('#methods-table tbody').append(method_table_content);
958-
959-
feather.replace();
960958
}
961959

962960
// by tag

0 commit comments

Comments
 (0)