From: dullbananas Date: Mon, 26 Jun 2023 19:57:23 +0000 (-0700) Subject: Indicate valid and invalid fields in signup form (#1450) X-Git-Url: http://these/git/%7Bthis.imageSrc.unwrap%28%29%7D?a=commitdiff_plain;h=681074275747804355885fd97a3c6a6b70da2f9a;p=lemmy-ui.git Indicate valid and invalid fields in signup form (#1450) * Use was-validated class in signup form * Update signup.tsx * Update signup.tsx --------- Co-authored-by: SleeplessOne1917 --- diff --git a/src/shared/components/home/signup.tsx b/src/shared/components/home/signup.tsx index a2d960d..516cd43 100644 --- a/src/shared/components/home/signup.tsx +++ b/src/shared/components/home/signup.tsx @@ -140,7 +140,10 @@ export class Signup extends Component { registerForm() { const siteView = this.state.siteRes.site_view; return ( -
+
{this.titleName(siteView)}
{this.isLemmyMl && (