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 064acd7 commit 6790a35Copy full SHA for 6790a35
assets/js/dark.js
@@ -7,7 +7,9 @@
7
8
a.href = `${baseUrl}/redirect/?url=${url}`;
9
a.target = "_blank";
10
+ a.title = "Analyse ecoindex";
11
img.src = `${baseUrl}/badge/?theme=dark&url=${url}`;
12
+ img.alt = "Badge ecoindex";
13
a.appendChild(img);
14
badge.appendChild(a);
15
})();
assets/js/light.js
img.src = `${baseUrl}/badge/?url=${url}`;
0 commit comments