Skip to content

Commit 4f93421

Browse files
author
Vic-Nas
committed
Fixed pbs instead of solutions
1 parent e9084ab commit 4f93421

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ function renderPlatforms() {
167167
card.dataset.platform = platform.name;
168168

169169
const displayName = capitalize(platform.name);
170-
const countText = platform.name === 'vicutils' ? 'scripts' : 'problems';
170+
const countText = platform.name === 'vicutils' ? 'scripts' : 'solutions';
171171

172172
card.innerHTML = `
173173
${platform.image ?

0 commit comments

Comments
 (0)