diff --git a/front/src/pages/Insights.tsx b/front/src/pages/Insights.tsx index 295f39af0..f79db7bf5 100644 --- a/front/src/pages/Insights.tsx +++ b/front/src/pages/Insights.tsx @@ -1,7 +1,7 @@ function Insights() { return (
-

This is the performances page

+

This is the insights page

); }