aboutsummaryrefslogtreecommitdiff
path: root/app/src/components/Navbar.tsx
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2024-11-17 21:26:38 -0600
committerParker <contact@pkrm.dev>2024-11-17 21:26:38 -0600
commit2eec9e6ce9aaa48c1008fabbfdfc750421c388ee (patch)
treeef8e51b681c8c250eb9bf44bf05e8da869b38bb5 /app/src/components/Navbar.tsx
parent56dbcdc7050c3c6726173cf3edbfc1fdd551a71c (diff)
"Sign Up" -> "Create Account"
Diffstat (limited to 'app/src/components/Navbar.tsx')
-rw-r--r--app/src/components/Navbar.tsx2
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}>