There was an error while loading. Please reload this page.
1 parent 165b5b4 commit 7faf35dCopy full SHA for 7faf35d
1 file changed
src/mobile/app/(tabs)/index.tsx
@@ -89,8 +89,8 @@ export default function DashboardScreen() {
89
<ScrollView style={s.page} contentContainerStyle={s.content} showsVerticalScrollIndicator={false}>
90
{/* Header */}
91
<View style={s.header}>
92
- <Text style={s.saudacao}>{saudacao()}, {nome} 👋</Text>
93
<Text style={s.titulo}>Painel</Text>
+ <Text style={s.saudacao}>{saudacao()}, {nome} 👋</Text>
94
</View>
95
96
{/* Cards de contagem */}
0 commit comments