fix(i): make change for FontAwesome v7

https://docs.fontawesome.com/upgrade/whats-changed/
This commit is contained in:
Cell
2026-01-17 00:39:12 +08:00
parent 536e0b171e
commit 8367c13ebd
34 changed files with 193 additions and 186 deletions
+2 -2
View File
@@ -349,7 +349,7 @@ class FixIt {
switch (searchConfig.type) {
case 'algolia':
searchType = 'algolia';
icon = '<i class="fa-brands fa-algolia fa-fw" aria-hidden="true"></i>';
icon = '<i class="fa-brands fa-algolia" aria-hidden="true"></i>';
href = 'https://www.algolia.com/';
break;
case 'fuse':
@@ -360,7 +360,7 @@ class FixIt {
case 'cse':
if (this.config.cse.engine === 'google') {
searchType = 'Google CSE';
icon = '<i class="fa-brands fa-google fa-fw" aria-hidden="true"></i>';
icon = '<i class="fa-brands fa-google" aria-hidden="true"></i>';
href = 'https://programmablesearchengine.google.com/';
}
break;