Update main nav buttons.

This commit is contained in:
yukirij 2024-08-23 14:21:23 -07:00
parent 16786906b8
commit 724d543951

View File

@ -103,7 +103,8 @@ const UI = {
left.appendChild(UI.button("Register", () => { LOAD_STACK(SCENES.Register); }));
left.appendChild(UI.button("Log In", () => { LOAD_STACK(SCENES.Authenticate); }));
} else {
left.appendChild(UI.button("Start", () => { MESSAGE_SESSION_START(); }));
left.appendChild(UI.button("Contest", () => { MESSAGE_SESSION_START(); }));
left.appendChild(UI.button("Challenge", () => { }));
}
for(child of left_children) { left.appendChild(child); }