Skip to content

Commit 7faf35d

Browse files
fix(mobile): corrige ordem do header - Painel antes da saudacao
1 parent 165b5b4 commit 7faf35d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mobile/app/(tabs)/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ export default function DashboardScreen() {
8989
<ScrollView style={s.page} contentContainerStyle={s.content} showsVerticalScrollIndicator={false}>
9090
{/* Header */}
9191
<View style={s.header}>
92-
<Text style={s.saudacao}>{saudacao()}, {nome} 👋</Text>
9392
<Text style={s.titulo}>Painel</Text>
93+
<Text style={s.saudacao}>{saudacao()}, {nome} 👋</Text>
9494
</View>
9595

9696
{/* Cards de contagem */}

0 commit comments

Comments
 (0)