File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 ClockIcon ,
55 ChartBarIcon ,
66 CalculatorIcon ,
7+ InformationCircleIcon ,
78} from "@heroicons/react/16/solid" ;
89import { StackedBarChart } from "./components/StackedBarChart" ;
910import { useSessionsByMonthStackedByBoatType } from "./utils/getSessionsByMonth" ;
@@ -63,6 +64,12 @@ export const StatsScreen = () => {
6364
6465 return (
6566 < div className = "p-4 gap-4 flex flex-col h-full relative" >
67+ < div className = "text-blue-500 flex items-center gap-2 bg-blue-50 rounded-lg p-2 border border-blue-500" >
68+ < InformationCircleIcon className = "w-4 h-4 text-blue-500" />
69+ De nombreuses statistiques complémentaires sont disponibles dans
70+ l'onglet "Gestion", pages "Rameurs" et
71+ "Bateaux"
72+ </ div >
6673 < div className = "flex justify-between items-center" >
6774 < h1 className = "text-2xl font-semibold text-gray-900" > Statistiques</ h1 >
6875 < div className = "flex items-center gap-2" >
You can’t perform that action at this time.
0 commit comments