We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e44ae9 commit b58cb76Copy full SHA for b58cb76
styles/script.js
@@ -18,5 +18,6 @@ if (document.querySelector("#navbar a")) {
18
19
if (logoLink.getAttribute("href") == "/" || logoLink.getAttribute("href") == "/docs") {
20
logoLink.addEventListener("click", function(){document.location.href = "https://axiom.co/";});
21
+ logoLink.setAttribute("href", "https://axiom.co/");
22
}
23
0 commit comments