From ee3d3a7c07ae0a4761ab0504b5e6662fae10197a Mon Sep 17 00:00:00 2001 From: Jatin Verma <75436955+jatinverma14@users.noreply.github.com> Date: Sat, 23 Oct 2021 13:47:33 +0530 Subject: [PATCH] Date corrected in timeline --- src/components/timeline/timeLineData.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/timeline/timeLineData.js b/src/components/timeline/timeLineData.js index d45f63b..37328c2 100644 --- a/src/components/timeline/timeLineData.js +++ b/src/components/timeline/timeLineData.js @@ -49,8 +49,8 @@ const timeLine = [ active: false, }, { - date: "30th Jan - 15th Jan", - topHeading: "30TH JAN - 15TH JAN", + date: "30th Jan - 15th Feb", + topHeading: "30TH JAN - 15TH FEB", subHeading: "Mentor Feedback Review", content: "", contentStyle: { background: "rgb(33, 150, 243)", color: "white" },