forked from sent/waves
Forgot to change to apps
This commit is contained in:
parent
ea936a72dc
commit
9453086705
|
@ -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');
|
||||||
|
|
Loading…
Reference in New Issue
Block a user