diff --git a/app/src/components/Navbar.tsx b/app/src/components/Navbar.tsx index ea49ea8..79efce2 100644 --- a/app/src/components/Navbar.tsx +++ b/app/src/components/Navbar.tsx @@ -32,7 +32,7 @@ function Navbar() { Login - Signup + Create Account
diff --git a/app/src/components/Signup.tsx b/app/src/components/Signup.tsx index c01784e..0822c46 100644 --- a/app/src/components/Signup.tsx +++ b/app/src/components/Signup.tsx @@ -6,7 +6,7 @@ import axios from 'axios'; import Navbar from './Navbar'; function Signup() { - document.title = 'LinkLogger | Signup'; + document.title = 'LinkLogger | Create Account'; const [username, setUsername] = useState(''); const [password, setPassword] = useState(''); @@ -65,7 +65,7 @@ function Signup() { <>
-

Sign up

+

Create Account

{error}