This commit is contained in:
Kenneth Jannette
2024-02-15 23:55:48 -06:00
parent 4261ce3b70
commit e7d80a43ff

View File

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