diff options
author | akshay | 2025-02-10 11:34:44 +0530 |
---|---|---|
committer | GitHub | 2025-02-10 11:34:44 +0530 |
commit | 1cfe83a80a869cac3e18e37dc7f91cec7619b237 (patch) | |
tree | 030e84259ec2380208ee2a5b614b0a83bc591576 | |
parent | 191ef8a85b56d031c657d38075113a58ad206c17 (diff) | |
download | scilab_case_study_hackathon-1cfe83a80a869cac3e18e37dc7f91cec7619b237.tar.gz scilab_case_study_hackathon-1cfe83a80a869cac3e18e37dc7f91cec7619b237.tar.bz2 scilab_case_study_hackathon-1cfe83a80a869cac3e18e37dc7f91cec7619b237.zip |
submission date extended
-rw-r--r-- | src/components/Hero.astro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Hero.astro b/src/components/Hero.astro index 096f5d7..ec039e8 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -31,9 +31,9 @@ import { Image } from "astro:assets" </div> <br> <h3 class="text-white text-xl font-extrabold">Registration date: <span class=" text-[#f50000]">24 December 2024</span><br> - Submission end date: <span class=" text-[#f50000]">10 February 2025</span></h3> + Submission end date: <span class=" text-[#f50000]">20 February 2025</span></h3> <!-- <br /> --> -<p class="text-white text-lg font-bold ">*Anyone can register and submit their case study from 24 December 2024 to 10 February 2025</p> +<p class="text-white text-lg font-bold ">*Anyone can register and submit their case study from 24 December 2024 to 20 February 2025</p> <p class="text-white text-lg font-bold">Cash prizes, eCertificate and internship opportunities</p> <br> <div class="py-2"> |