This commit is contained in:
Kenneth Jannette
2024-02-05 21:43:14 -06:00
parent 18648d17ff
commit 37b25b9ebf

View File

@@ -49,6 +49,9 @@ const NavbarElement = (props) => {
} }
function handleClick(link) { function handleClick(link) {
if (link === "signup") {
return;
}
const _link = link.toLowerCase(); const _link = link.toLowerCase();
if (_link === undefined) { if (_link === undefined) {
_link = ""; _link = "";