diff --git a/src/app/main/sign-in/SignInPage.tsx b/src/app/main/sign-in/SignInPage.tsx index 07d110c..f7b4022 100644 --- a/src/app/main/sign-in/SignInPage.tsx +++ b/src/app/main/sign-in/SignInPage.tsx @@ -98,7 +98,7 @@ function SignInPage() { Aún no tienes cuenta? Regístrate diff --git a/src/app/main/sign-up/SignUpPage.tsx b/src/app/main/sign-up/SignUpPage.tsx index 3b0051b..757a454 100644 --- a/src/app/main/sign-up/SignUpPage.tsx +++ b/src/app/main/sign-up/SignUpPage.tsx @@ -37,28 +37,29 @@ function SignUpPage() { } return ( -
- +
+ +
logo - Sign up + Registrarse
- Already have an account? + Ya tienes cuenta? - Sign in + Inicia sesión
- +{/* ))} - - {selectedTabId === 'jwt' && } - {selectedTabId === 'firebase' && } + */} + +{/* {selectedTabId === 'firebase' && } + */}
-
- - - - - - - - - + + - + + + + + - - - - + width="20" + height="20" + patternUnits="userSpaceOnUse" + > + + + + + -
-
-
Welcome to
-
our community
-
-
- Fuse helps developers to build organized and well coded dashboards full of beautiful and rich - modules. Join us and start building your application today. -
-
- - - - - - - -
- More than 17k people joined us, it's your turn +
+ logo +
+
Bienvenido
+
+ Al sistema que se encarga de tu facturación electrónica. +
+
-
- + +
); } diff --git a/src/app/main/sign-up/tabs/JwSignUpTab.tsx b/src/app/main/sign-up/tabs/JwSignUpTab.tsx index 586e76e..e9b3286 100644 --- a/src/app/main/sign-up/tabs/JwSignUpTab.tsx +++ b/src/app/main/sign-up/tabs/JwSignUpTab.tsx @@ -177,7 +177,7 @@ function JwtSignUpTab() { type="submit" size="large" > - Create your free account + Registrarse );