Rephrase home title

This commit is contained in:
Sylvain Duchesne
2026-01-26 14:54:46 +01:00
parent cbbd53850b
commit 157e04b859
9 changed files with 629 additions and 629 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ export function HomeScreen({ navigate }: ScreenProps) {
{/* Content */}
<div style={{ flex: 1, padding: 16, overflow: 'auto' }}>
<div style={{ display: 'flex', justifyContent: 'space-between', alignItems: 'center', marginBottom: 16 }}>
<Text style={{ margin: 0, fontWeight: 'bold' }}>Événements à venir</Text>
<Text style={{ margin: 0, fontWeight: 'bold' }}>Mes événements à venir</Text>
<Text
style={{ margin: 0, fontSize: 14, cursor: 'pointer' }}
onClick={() => navigate('events')}