aboutsummaryrefslogtreecommitdiff
path: root/app/src/components/Navbar.tsx
diff options
context:
space:
mode:
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}>