From 22eee08f7c418acfafa9059be97a19e27399da0a Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Mon, 20 May 2024 09:48:45 +0530 Subject: Update last date of registration and submission --- src/layouts/layout.astro | 6 ++++-- src/layouts/main.astro | 3 --- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/layouts/layout.astro b/src/layouts/layout.astro index 4889350..078d2ab 100644 --- a/src/layouts/layout.astro +++ b/src/layouts/layout.astro @@ -60,9 +60,11 @@ import iit from '../images/IITB-logo.png';
- Registrations are in Progress -
-- Last date of registration and submission -
+ +- Last date of registration -
20 May 2024
+- Last date of submission -
+02 June 2024
diff --git a/src/layouts/main.astro b/src/layouts/main.astro index 368744e..cf8fbfb 100644 --- a/src/layouts/main.astro +++ b/src/layouts/main.astro @@ -3,9 +3,6 @@ import Layout from './layout.astro'; import '../css/custom.css'; import '@astrojs/tailwind/base.css'; // import { ViewTransitions } from 'astro:transitions'; - - - --- -- cgit