From b57889ba9cf9eaab5af5efd23df4b5b6305fa1d8 Mon Sep 17 00:00:00 2001 From: AldemirLucas Date: Thu, 26 Oct 2023 17:24:54 -0300 Subject: [PATCH] wip att user page --- next/pages/precos.js | 4 ++-- next/pages/user/[username].js | 20 ++++++++++++++------ next/pages/user/password-recovery.js | 2 +- next/pages/user/register.js | 16 ++++++++++------ 4 files changed, 27 insertions(+), 15 deletions(-) diff --git a/next/pages/precos.js b/next/pages/precos.js index b3266ac4..b57bfa89 100644 --- a/next/pages/precos.js +++ b/next/pages/precos.js @@ -361,7 +361,7 @@ export const CardPrice = ({ onOpen() setLinkStripe("") }} - >Termos de serviço + >Termos de Serviços . } @@ -477,7 +477,7 @@ export default function Price() { {name: "Acesso para 10 contas"},{name: "Suporte prioritário via email e Discord"} ]} button={{ - text: "Assine já", + text: "Iniciar teste grátis", href: "https://buy.stripe.com/00g4i93d8f2Y5H24gr?locale=pt" }} hasServiceTerms diff --git a/next/pages/user/[username].js b/next/pages/user/[username].js index d62da19f..9d3a8c35 100644 --- a/next/pages/user/[username].js +++ b/next/pages/user/[username].js @@ -155,6 +155,7 @@ const ProfileConfiguration = () => { height="40px" fontSize="14px" borderRadius="16px" + _placeholder={{color: "#A3A3A3"}} _invalid={{boxShadow:"0 0 0 2px #D93B3B"}} /> @@ -173,6 +174,7 @@ const ProfileConfiguration = () => { height="40px" fontSize="14px" borderRadius="16px" + _placeholder={{color: "#A3A3A3"}} _invalid={{boxShadow:"0 0 0 2px #D93B3B"}} /> @@ -191,6 +193,7 @@ const ProfileConfiguration = () => { height="40px" fontSize="14px" borderRadius="16px" + _placeholder={{color: "#A3A3A3"}} _invalid={{boxShadow:"0 0 0 2px #D93B3B"}} /> @@ -213,7 +216,7 @@ const ProfileConfiguration = () => { - + { height="40px" fontSize="14px" borderRadius="16px" + _placeholder={{color: "#A3A3A3"}} _invalid={{boxShadow:"0 0 0 2px #D93B3B"}} /> @@ -244,6 +248,7 @@ const ProfileConfiguration = () => { height="40px" fontSize="14px" borderRadius="16px" + _placeholder={{color: "#A3A3A3"}} /> @@ -258,6 +263,7 @@ const ProfileConfiguration = () => { height="40px" fontSize="14px" borderRadius="16px" + _placeholder={{color: "#A3A3A3"}} /> @@ -267,11 +273,12 @@ const ProfileConfiguration = () => { id="linkedin" name="linkedin" value={formData.linkedin} - placeholder="Link para o perfil no Linkedin" + placeholder="Link para o perfil no LinkedIn" fontFamily="ubuntu" height="40px" fontSize="14px" borderRadius="16px" + _placeholder={{color: "#A3A3A3"}} /> @@ -833,10 +840,11 @@ const NewPassword = () => { alignItems="flex-start" > 0 ? "flex" : "none"}/> Certifique-se que a senha tenha no mínimo: - Ter no mínimo 8 caracteres - Pelo menos uma letra maiúscula e minúscula + 8 caracteres + Uma letra maiúscula + Uma letra minúscula Um dígito - E um caractere especial + Um caractere especial @@ -1026,7 +1034,7 @@ const PlansAndPayment = () => { {name: "Acesso para 10 contas"},{name: "Suporte prioritário via email e Discord"} ]} button={{ - text: "Assine já", + text: "Iniciar teste grátis", href: "https://buy.stripe.com/00g4i93d8f2Y5H24gr?locale=pt" }} hasServiceTerms diff --git a/next/pages/user/password-recovery.js b/next/pages/user/password-recovery.js index ad373461..4155aa89 100644 --- a/next/pages/user/password-recovery.js +++ b/next/pages/user/password-recovery.js @@ -64,7 +64,7 @@ export default function PasswordRecovery() { 0 ? "flex" : "none"}/> Certifique-se que a senha tenha no mínimo: - Ter no mínimo 8 caracteres - Pelo menos uma letra maiúscula e minúscula + 8 caracteres + Uma letra maiúscula + Uma letra minúscula Um dígito - E um caractere especial + Um caractere especial - +