Skip to content

Commit c9288eb

Browse files
committed
fix: minor change
1 parent 23af4d6 commit c9288eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ let hShake;
55
let notificationCount = '';
66

77
const downloadMirrorUrl = 'https://ghfast.top/<T>';
8-
const fIconUrl = 'https://favicon.pub/api/<T>?s=16';
8+
const fIconUrl = 'https://www.faviconextractor.com/favicon/<T>?larger=true';
99
const ghRepoMirrorUrl = '';
1010

1111
const checkDate = (date = new Date()) => (date.getDate() == 1 && date.getMonth() + 1 == 4) ? true : false;

0 commit comments

Comments
 (0)