Skip to content

Commit

Permalink
Update appcards.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip-Larsen-Donnelly authored Oct 9, 2024
1 parent a6eaea9 commit 16322aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/resources/js/appcards.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ function createFilterSection() {

const nonCoreLabel = document.createElement('label');
nonCoreLabel.htmlFor = 'non-core-app-filter';
nonCoreLabel.textContent = 'Non-Core';
nonCoreLabel.textContent = 'Optional';

coreFilterContainer.appendChild(coreCheckbox);
coreFilterContainer.appendChild(coreLabel);
Expand Down Expand Up @@ -385,4 +385,4 @@ function filterAppCards() {
});
}

document.addEventListener('DOMContentLoaded', fetchApps);
document.addEventListener('DOMContentLoaded', fetchApps);

0 comments on commit 16322aa

Please sign in to comment.