From c22d369bc2bca7bcf30dfaec83ef2e23b678e65e Mon Sep 17 00:00:00 2001 From: Holger Stitz Date: Fri, 11 Aug 2023 19:04:17 +0200 Subject: [PATCH] fix: typo --- src/pages/NewsPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/NewsPage.tsx b/src/pages/NewsPage.tsx index b04d3a9..3aae279 100644 --- a/src/pages/NewsPage.tsx +++ b/src/pages/NewsPage.tsx @@ -32,7 +32,7 @@ const sections = [
Fix colors assignment in plots

- Previously, the color assignment for cohorts with the same name (e.g., after filtering two cohorts by cohorts by Gender: Female) in plots was + Previously, the color assignment for cohorts with the same name (e.g., after filtering two cohorts by Gender: Female) in plots was wrong. We have fixed this issue and the correct color of the cohort should be assigned now.