Skip to content

Commit 3a4763a

Browse files
committed
feat: make missing URLs less prominent
1 parent f29b88d commit 3a4763a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ function urlButton(type, url, btnClass) {
8484
window.open(url, "_blank");
8585
}
8686
} else {
87-
button.classList.add('btn-secondary');
87+
button.classList.add('btn-outline-secondary');
8888
button.disabled = true;
8989
}
9090
return button;

0 commit comments

Comments
 (0)