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 16322aa commit bbceee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/resources/js/appcards.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ function createFilterSection() {

const coreLabel = document.createElement('label');
coreLabel.htmlFor = 'core-app-filter';
coreLabel.innerHTML = '<i class="fa fa-sun"></i> Core (bundled)';
coreLabel.innerHTML = '<i class="fa fa-sun"></i> Core (bundled*)';

const nonCoreCheckbox = document.createElement('input');
nonCoreCheckbox.type = 'checkbox';
Expand Down

0 comments on commit bbceee7

Please sign in to comment.