Skip to content

Commit 82cf820

Browse files
committed
h-index
1 parent fba89d1 commit 82cf820

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ document.addEventListener("DOMContentLoaded", () => {
4343
break;
4444
}
4545
}
46-
totalDisplay.textContent = `- CITED BY: ${totalCitations} - H-INDEX: ${hIndex} -`;
46+
totalDisplay.textContent = `- CITED BY: ${totalCitations} | H-INDEX: ${hIndex} -`;
4747
}
4848
});
4949
});

0 commit comments

Comments
 (0)