1
0
forked from sent/waves

Forgot to change to apps

This commit is contained in:
sent 2025-05-05 11:46:03 -07:00
parent ea936a72dc
commit 9453086705

View File

@ -27,7 +27,7 @@ document.addEventListener('DOMContentLoaded', function() {
function displayApps(apps) { function displayApps(apps) {
grid.innerHTML = ''; grid.innerHTML = '';
if (apps.length === 0) { if (apps.length === 0) {
grid.innerHTML = '<p>Zero games were found matching your search :(</p>'; grid.innerHTML = '<p>Zero apps were found matching your search :(</p>';
} }
apps.forEach(app => { apps.forEach(app => {
const card = document.createElement('div'); const card = document.createElement('div');