File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -75,9 +75,9 @@ export default function Login() {
7575 { loading && < p > Carregando...</ p > }
7676 { error && < p className = "text-red-500" > Erro: { error } </ p > }
7777 < h1 className = "text-6xl font-black" > Login</ h1 >
78- < p className = "mt-2 opacity-70 text-sm" >
78+ { /* <p className="mt-2 opacity-70 text-sm">
7979 Use as setas <strong>↑</strong> e <strong>↓</strong> para navegar entre os campos.
80- </ p >
80+ </p> */ }
8181 < form
8282 onSubmit = { handleSubmit }
8383 className = "grid grid-cols-1 gap-4 mt-5 w-1/2 bg-layout-card p-6 rounded-lg"
Original file line number Diff line number Diff line change @@ -75,10 +75,10 @@ export default function Registro() {
7575 < div className = "flex flex-col items-center justify-center" >
7676 < h1 className = "text-6xl font-black" > Cadastrar-se</ h1 >
7777
78- < p className = "mt-2 opacity-70 text-sm" >
78+ { /* <p className="mt-2 opacity-70 text-sm">
7979 Use as setas <strong>↑</strong> e <strong>↓</strong> para
8080 navegar entre os campos.
81- </ p >
81+ </p> */ }
8282
8383 < form
8484 onSubmit = { handleSubmit }
You can’t perform that action at this time.
0 commit comments