diff options
author | Parker <contact@pkrm.dev> | 2024-11-17 21:26:38 -0600 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-11-17 21:26:38 -0600 |
commit | 2eec9e6ce9aaa48c1008fabbfdfc750421c388ee (patch) | |
tree | ef8e51b681c8c250eb9bf44bf05e8da869b38bb5 /app/src/components/Navbar.tsx | |
parent | 56dbcdc7050c3c6726173cf3edbfc1fdd551a71c (diff) |
"Sign Up" -> "Create Account"
Diffstat (limited to 'app/src/components/Navbar.tsx')
-rw-r--r-- | app/src/components/Navbar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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() { <a className={styles.link}>Login</a> </Link> <Link to={'/signup'}> - <a className={styles.link}>Signup</a> + <a className={styles.link}>Create Account</a> </Link> </div> <div className={styles.right}> |