From a496f4b19e6f9f53ccc679be19e6616bc56599be Mon Sep 17 00:00:00 2001 From: Ayush Date: Sat, 9 Nov 2024 16:47:41 +0530 Subject: [PATCH] updates --- components/ThankYouPopup.tsx | 18 +++++++++--------- pages/index.tsx | 3 +-- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/components/ThankYouPopup.tsx b/components/ThankYouPopup.tsx index 4f4b576..660120e 100644 --- a/components/ThankYouPopup.tsx +++ b/components/ThankYouPopup.tsx @@ -10,8 +10,8 @@ const ThankYouPopup: FC = ({ isOpen, onClose }) => { if (!isOpen) return null return ( -
-
+
+
-

+

Thank You

-

+

Dear Authors, Reviewers, Attendees, and Session Chairs,

-

+

We are delighted to announce the successful conclusion of the{' '} 8th IEEE International Conference on Computational Systems and @@ -41,17 +41,17 @@ const ThankYouPopup: FC = ({ isOpen, onClose }) => { .

-

+

Thank you all for your active participation and invaluable contributions. E-certificates will be sent to your registered email addresses shortly.

-

+

Warm regards,

-

+

General Chair
Dr. B M Sagar, @@ -65,7 +65,7 @@ const ThankYouPopup: FC = ({ isOpen, onClose }) => { diff --git a/pages/index.tsx b/pages/index.tsx index 309fbbb..fd85e8b 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -6,7 +6,7 @@ import HeaderImages from '../components/HeaderImages' import { useState } from 'react' import Timeline from '../components/TimeLine' import Gallery from '../components/Gallery' -import CountdownTimer from '../components/CountdownTimer' + import ThankYouPopup from '../components/ThankYouPopup' // const image = { @@ -93,7 +93,6 @@ export default function Index() {

-