We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fba89d1 commit 82cf820Copy full SHA for 82cf820
1 file changed
assets/script.js
@@ -43,7 +43,7 @@ document.addEventListener("DOMContentLoaded", () => {
43
break;
44
}
45
46
- totalDisplay.textContent = `- CITED BY: ${totalCitations} - H-INDEX: ${hIndex} -`;
+ totalDisplay.textContent = `- CITED BY: ${totalCitations} | H-INDEX: ${hIndex} -`;
47
48
});
49
0 commit comments