Commit ce82fd3e authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

removed nav-link class from login button

parent 6c4e2462
Pipeline #133 passed with stage
in 4 seconds
......@@ -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");
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment