There was an error while loading. Please reload this page.
1 parent e9084ab commit 4f93421Copy full SHA for 4f93421
1 file changed
script.js
@@ -167,7 +167,7 @@ function renderPlatforms() {
167
card.dataset.platform = platform.name;
168
169
const displayName = capitalize(platform.name);
170
- const countText = platform.name === 'vicutils' ? 'scripts' : 'problems';
+ const countText = platform.name === 'vicutils' ? 'scripts' : 'solutions';
171
172
card.innerHTML = `
173
${platform.image ?
0 commit comments