From 0291969880dfaf86abf27d78e8f6ddcb7568b440 Mon Sep 17 00:00:00 2001 From: akshay <117985209+akshay9085@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:48:58 +0530 Subject: [PATCH] submission date exteded in the content --- src/components/Dates.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Dates.astro b/src/components/Dates.astro index 64344d6..752b3e6 100644 --- a/src/components/Dates.astro +++ b/src/components/Dates.astro @@ -3,7 +3,7 @@ const dateContent = [ { name: "Registration Opens", description: "21st Oct 2024" }, { name: "Workshop", description: "15-16 Nov 2024" }, { name: "Problem Statement Announcement", description: "16th Nov 2024" }, - { name: "Submission Deadline", description: "16th Dec 2024" }, + { name: "Submission Deadline", description: "20th Dec 2024" }, { name: "Result Declaration", description: "3rd Jan 2024" }, { name: "Internship Begins", description: "6th Jan 2024" } ] @@ -83,4 +83,4 @@ const dateContent = [ /* .section-title table tr { } } */ - \ No newline at end of file +