Skip to content

Commit 5935bd4

Browse files
authored
Update uiLogic-main.js
1 parent e1595bb commit 5935bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/scripts/uiLogic-main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ let infoChart = undefined;
66

77
function setTitle(project) {
88
const title = project
9-
? `CodeViz Stat Demo: ${project[0].toUpperCase()}${project.substring(1)}.replace("_"," ")`
9+
? `CodeViz Stat Demo: ${project[0].toUpperCase()}${project.substring(1).replace("_"," ")}`
1010
: 'CodeViz Stat Demo';
1111

1212
document.title = title;

0 commit comments

Comments
 (0)