mirror of
https://github.com/Ategon/Jamjar.git
synced 2025-02-12 06:16:21 +00:00
Temp remove signup
This commit is contained in:
parent
3a2d5b1cb3
commit
fc5de7ba12
2 changed files with 3 additions and 3 deletions
|
@ -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 (
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue