Skip to content

Commit

Permalink
Corrigindo front esqueci-minha-senha
Browse files Browse the repository at this point in the history
  • Loading branch information
Faehzin committed Jan 15, 2025
1 parent 2abbd67 commit 661c6d9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/app/private/pages/esqueciSenha.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,11 @@ export default function EsqueciSenha() {

<View style={styles.imagem}>
<Image
source={require("../../../../assets/logo2.png")}
style={{ width: 200, height: 90 }}
source={require("../../../../assets/logo.png")}
style={{ width: 220, height: 90 }}
/>
</View>

{/* Logo deveria estar aqui, mas não consegui encaixá-la */}

<Text style={styles.title}>Esqueceu sua senha? </Text>
<Text style={styles.subtitle}>Calma, a GERO te ajuda!! </Text>

Expand Down

0 comments on commit 661c6d9

Please sign in to comment.