aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGalen Guyer <galen@galenguyer.com>2022-05-30 14:19:11 -0400
committerGalen Guyer <galen@galenguyer.com>2022-05-30 14:19:11 -0400
commitb718d6707e708c2ed346e42ec65995810ef739e8 (patch)
treee5aaf4c70aa83c44e03732ea33291461cf8422a8
parent78c6754f641699fa04e835ac4079af151545e96a (diff)
hide cancel button from sign up
-rw-r--r--src/routes/SignUp.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/SignUp.js b/src/routes/SignUp.js
index 07518b6..5e1d524 100644
--- a/src/routes/SignUp.js
+++ b/src/routes/SignUp.js
@@ -59,7 +59,7 @@ export function SignUp() {
<StyledLabel for="passwordConfirm">Password (Confirm)</StyledLabel>
<Input id="passwordConfirm" type="password"></Input>
<AlignRight>
- <Button secondary>Cancel</Button>
+ { /* <Button secondary>Cancel</Button> */ }
<Button primary>Sign Up {'\u2794'}</Button>
</AlignRight>
</LoginCard>