From ce82fd3e58846e71f41896881551e9196ec1cfe7 Mon Sep 17 00:00:00 2001
From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de>
Date: Thu, 24 Oct 2019 10:35:58 +0200
Subject: [PATCH] removed nav-link class from login button

---
 js/headfoot.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/js/headfoot.js b/js/headfoot.js
index 22f5d11..20d85da 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");
         }
-- 
GitLab