Skip to content

Commit

Permalink
arrumando rota de sair
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioAgnolin committed Nov 16, 2024
1 parent dd5c877 commit 2eddaf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/(tabs)/perfil.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const Perfil = () => {
<Ionicons name="chevron-forward" size={20} color="black" />
</Pressable>

<Pressable style={styles.menuItem}>
<Pressable style={styles.menuItem} onPress={() => { router.navigate('/') }}>
<Icon name="logout" size={24} color="black" />
<Text style={styles.menuText}>Sair</Text>
<Ionicons name="chevron-forward" size={20} color="black" />
Expand Down

0 comments on commit 2eddaf2

Please sign in to comment.