diff --git a/src/app/signup/page.tsx b/src/app/signup/page.tsx
index f1b8ed0..2c405fe 100644
--- a/src/app/signup/page.tsx
+++ b/src/app/signup/page.tsx
@@ -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 (
diff --git a/src/components/navbar/index.tsx b/src/components/navbar/index.tsx
index a274260..a478667 100644
--- a/src/components/navbar/index.tsx
+++ b/src/components/navbar/index.tsx
@@ -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>