Skip to content

Commit 071da99

Browse files
committed
retira texto desnecessario
1 parent fd208dc commit 071da99

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

frontend/src/app/login/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

frontend/src/app/registro/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)