Temp remove signup

This commit is contained in:
Ategon 2025-01-15 23:10:38 -05:00
parent 3a2d5b1cb3
commit fc5de7ba12
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ import { useState } from "react";
export default function UserPage() {
const [username, setUsername] = useState("");
const [password, setPassword] = useState("");
const [password2, setPassword2] = useState("");
//const [password2, setPassword2] = useState("");
const [error, setError] = useState("");
return (

View file

@ -139,7 +139,7 @@ export default function Navbar() {
</Button>
</Link>
</NavbarItem>
<NavbarItem>
{/* <NavbarItem>
<Link href="/signup">
<Button
endContent={<NotebookPen />}
@ -149,7 +149,7 @@ export default function Navbar() {
Sign up
</Button>
</Link>
</NavbarItem>
</NavbarItem> */}
</div>
) : (
<Dropdown>