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() {
|
export default function UserPage() {
|
||||||
const [username, setUsername] = useState("");
|
const [username, setUsername] = useState("");
|
||||||
const [password, setPassword] = useState("");
|
const [password, setPassword] = useState("");
|
||||||
const [password2, setPassword2] = useState("");
|
//const [password2, setPassword2] = useState("");
|
||||||
const [error, setError] = useState("");
|
const [error, setError] = useState("");
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
|
@ -139,7 +139,7 @@ export default function Navbar() {
|
||||||
</Button>
|
</Button>
|
||||||
</Link>
|
</Link>
|
||||||
</NavbarItem>
|
</NavbarItem>
|
||||||
<NavbarItem>
|
{/* <NavbarItem>
|
||||||
<Link href="/signup">
|
<Link href="/signup">
|
||||||
<Button
|
<Button
|
||||||
endContent={<NotebookPen />}
|
endContent={<NotebookPen />}
|
||||||
|
@ -149,7 +149,7 @@ export default function Navbar() {
|
||||||
Sign up
|
Sign up
|
||||||
</Button>
|
</Button>
|
||||||
</Link>
|
</Link>
|
||||||
</NavbarItem>
|
</NavbarItem> */}
|
||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
<Dropdown>
|
<Dropdown>
|
||||||
|
|
Loading…
Reference in a new issue