diff --git a/components/admin/ClientList.tsx b/components/admin/ClientList.tsx index a860040..c27efb6 100644 --- a/components/admin/ClientList.tsx +++ b/components/admin/ClientList.tsx @@ -83,7 +83,7 @@ export default function ClientList({ onEdit, onRefresh }: ClientListProps) { if (loading) { return (
-

Chargement...

+

Chargement...

); } @@ -91,8 +91,12 @@ export default function ClientList({ onEdit, onRefresh }: ClientListProps) { if (clients.length === 0) { return ( - -

Aucun client pour le moment.

+ +

Aucun client pour le moment.

+
+

⚠️ Mode hors ligne

+

L'application admin nécessite une connexion au serveur pour fonctionner. Les API routes ne sont pas disponibles en mode statique.

+
);