diff --git a/frontend/site.js b/frontend/site.js index dce91ec..c27a8db 100644 --- a/frontend/site.js +++ b/frontend/site.js @@ -77,7 +77,7 @@ function createTab(entry) { img.alt = ""; img.loading = "lazy"; tab.appendChild(img); - loadedIcons.push(entry.icon); + if (loadedIcons.length < 100) loadedIcons.push(entry.icon); } const title = document.createElement("span");