Skip to content

Commit

Permalink
autoCommit 2024 1Mo.164100
Browse files Browse the repository at this point in the history
  • Loading branch information
LoydOsborne committed Dec 9, 2024
1 parent ab9f91e commit e4f7090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/staff-portal/navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ function getCookie(name) {
function displayLoginButton() {
var fullpageDiv = document.getElementById("login-container");
fullpageDiv.innerHTML = `
<button onclick="redirectToDiscord()" class="discord-button">Login</button>
<button onclick="redirectToDiscord()" class="discord-button navbar-item">Login</button>
`;
}

Expand Down

0 comments on commit e4f7090

Please sign in to comment.