diff --git a/frontend/src/account/login.jsx b/frontend/src/account/login.jsx index bb66758..cb05bb7 100644 --- a/frontend/src/account/login.jsx +++ b/frontend/src/account/login.jsx @@ -22,7 +22,7 @@ export default function Login() {
-

Login

+

Sign In

Enter your credentials to continue

@@ -51,7 +51,7 @@ export default function Login() {
diff --git a/frontend/src/components/NavBar.jsx b/frontend/src/components/NavBar.jsx index bcff6d7..3078ab0 100644 --- a/frontend/src/components/NavBar.jsx +++ b/frontend/src/components/NavBar.jsx @@ -14,15 +14,16 @@ export default function NavBar({ path }) { {item} - {index !== path.length - 1 &&

/

} + {index !== path.length - 1 &&

/

} ))} +
- + {/* */}
@@ -44,7 +45,7 @@ export default function NavBar({ path }) { className="flex items-center gap-3 px-3 py-2 w-full text-left text-sm text-gray-300 hover:text-white hover:bg-[#2B2B2B] rounded-md transition-all group cursor-pointer" > - Log Out + Sign Out ) : ( @@ -53,7 +54,7 @@ export default function NavBar({ path }) { className="flex items-center gap-3 px-3 py-2 w-full text-left text-sm text-gray-300 hover:text-white hover:bg-[#2B2B2B] rounded-md transition-all group cursor-pointer" > - Log In + Sign In )}