We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1595bb commit 5935bd4Copy full SHA for 5935bd4
docs/scripts/uiLogic-main.js
@@ -6,7 +6,7 @@ let infoChart = undefined;
6
7
function setTitle(project) {
8
const title = project
9
- ? `CodeViz Stat Demo: ${project[0].toUpperCase()}${project.substring(1)}.replace("_"," ")`
+ ? `CodeViz Stat Demo: ${project[0].toUpperCase()}${project.substring(1).replace("_"," ")}`
10
: 'CodeViz Stat Demo';
11
12
document.title = title;
0 commit comments