We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88181a8 commit 1c76060Copy full SHA for 1c76060
src/js/70-docs-ndl.js
@@ -13,7 +13,7 @@ document.addEventListener('DOMContentLoaded', function () {
13
})
14
15
// add a class to the link itself for tracking
16
- document.querySelectorAll('.cards .link a').forEach(function (a) {
+ document.querySelectorAll('.cards:not(.bottom-cards) .link a').forEach(function (a) {
17
a.classList.add('card-link')
18
19
0 commit comments