We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1886a13 commit f2e73bdCopy full SHA for f2e73bd
1 file changed
src/index.js
@@ -112,7 +112,7 @@ if (changelog)
112
113
const hashLabel = document.createElement('code')
114
hashLabel.className = 'hash'
115
- hashLabel.classList.toggle('latest', title.includes('origin/HEAD'))
+ hashLabel.classList.toggle('latest', title.includes('origin/main'))
116
hashLabel.classList.toggle('local-latest', title.includes('HEAD ->'))
117
hashLabel.textContent = hash.substring(0, 7)
118
hashLabel.title = hash
0 commit comments