Skip to content

Commit 27654ce

Browse files
committed
feat(output): verdict previews jump to their canonical sections
1 parent 19f3792 commit 27654ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

output-tab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1932,7 +1932,7 @@ function verdictDashboard(d) {
19321932
: '';
19331933

19341934
const jump = (id, label) => `<button class="v-jump" data-jump="${id}">${label} <span class="arr">→</span></button>`;
1935-
const jumps = `<div class="v-jumps">${jump(7, "Why it's " + (score >= 70 ? 'healthy' : 'mixed'))}${jump(8, 'What to watch')}${jump(6, 'Alternatives')}${jump(10, 'Deep Dive')}</div>`;
1935+
const jumps = `<div class="v-jumps">${jump(7, "Why it's " + (score >= 70 ? 'healthy' : 'mixed'))}${jump(8, 'What to watch')}${jump(15, 'Tech Stack')}${jump(6, 'Alternatives')}${jump(10, 'Deep Dive')}</div>`;
19361936

19371937
const diff = d.diff;
19381938
const diffCallout = (() => {

0 commit comments

Comments
 (0)