From 3f63810dc8920694bdf895e5035987651293b9ef Mon Sep 17 00:00:00 2001 From: Charles Bochet Date: Wed, 28 Dec 2022 12:10:19 +0100 Subject: [PATCH] This is a dummy commit, to test e2e CI/CD process --- front/src/pages/Insights.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/pages/Insights.tsx b/front/src/pages/Insights.tsx index 295f39af0c..f79db7bf5c 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

); }