diff --git a/js/headfoot.js b/js/headfoot.js
index 22f5d11949a2b932859168791ae169b2ced777c0..20d85da49885d3a85e7e0ced57f57839e2c2fbfb 100755
--- a/js/headfoot.js
+++ b/js/headfoot.js
@@ -129,6 +129,7 @@ function head(){
                 headlink.innerHTML="Account";
                 headlink.href="/account/";
             }
+            headlink.classList.remove("nav-link");
             headlink.classList.add("btn");
             headlink.classList.add("btn-outline-dark");
         }