Add proper wiki images for portraits

This commit is contained in:
Cametendo
2026-08-15 01:58:40 +02:00
parent c645ee09d2
commit 29a2243690
6 changed files with 140 additions and 2 deletions

View File

@@ -35,6 +35,7 @@
renderCardGrid(grid, results, characterCardHTML, 'No characters match your search. Try a different name or affiliation.');
resultCount.textContent = `${results.length} of ${CHARACTERS.length} characters`;
hydrateProperImages(grid);
}
searchInput.addEventListener('input', applyFilters);