aboutsummaryrefslogtreecommitdiff
path: root/app/src/components/Signup.tsx
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2024-12-18 18:23:30 -0600
committerParker <contact@pkrm.dev>2024-12-18 18:23:30 -0600
commit90b3e8add1f5d1b34c080517aec21d22c138583d (patch)
tree686e155181a8d690fc5c5a073de2c674d8c3a067 /app/src/components/Signup.tsx
parent6362428118dab43defc1cb00a390f614f93bbc1f (diff)
Correct font/box sizes for auth
Diffstat (limited to 'app/src/components/Signup.tsx')
-rw-r--r--app/src/components/Signup.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/components/Signup.tsx b/app/src/components/Signup.tsx
index 0822c46..300f189 100644
--- a/app/src/components/Signup.tsx
+++ b/app/src/components/Signup.tsx
@@ -66,9 +66,9 @@ function Signup() {
<Navbar />
<div className={styles.container}>
<h1>Create Account</h1>
- <h2 className={error ? styles.errorVisible : styles.errorHidden}>
+ <p className={error ? styles.errorVisible : styles.errorHidden}>
{error}
- </h2>
+ </p>
<hr></hr>
<form onSubmit={handleSubmit}>
<input