diff --git a/assets/entrepot/pages/dashboard/DashboardPro.tsx b/assets/entrepot/pages/dashboard/DashboardPro.tsx index 8f4fae5f..2e468352 100644 --- a/assets/entrepot/pages/dashboard/DashboardPro.tsx +++ b/assets/entrepot/pages/dashboard/DashboardPro.tsx @@ -40,8 +40,23 @@ const DashboardPro = () => { mutate(undefined, { onSuccess: () => routes.datasheet_list({ datastoreId: datastoreId }).push() }); }; + const infoBannerMsg = ( + <> + Votre avis compte ! Participez à notre questionnaire pour nous aider à améliorer la fonctionnalité d’alimentation et de diffusion. Merci pour votre + contribution précieuse.{" "} + + Participer + + + ); + return ( - + {datastoreListQuery.isLoading ? ( ) : (