modif my account

This commit is contained in:
2025-03-10 20:00:31 +01:00
parent 471d6c5eef
commit b6f169e5f7
5 changed files with 7 additions and 7 deletions

View File

@ -90,7 +90,7 @@ class MainDrawer extends StatelessWidget {
leading: const Icon(Icons.account_circle),
// Lien vers "Mon Compte"
title: const Text('Mon Compte'),
selected: currentPage == '/my_acount',
selected: currentPage == '/my_account',
selectedColor: AppColors.rouge,
onTap: () {
Navigator.pop(context);