diff --git a/script.js b/script.js index b309b32..e261c84 100644 --- a/script.js +++ b/script.js @@ -623,37 +623,37 @@ function createResourceCard(resource) { let faviconUrl = ''; try { const url = new URL(resource.link); - // Using Google's favicon service as a fallback if the direct favicon isn't available - faviconUrl = `https://www.google.com/s2/favicons?domain=${url.hostname}&sz=32`; + faviconUrl = `https://www.google.com/s2/favicons?domain=${url.hostname}&sz=64`; } catch (e) { console.warn('Invalid URL:', resource.link); } card.innerHTML = `