diff --git a/components/NavBar.tsx b/components/NavBar.tsx index c0ab012..f18d59a 100644 --- a/components/NavBar.tsx +++ b/components/NavBar.tsx @@ -117,14 +117,14 @@ const NavBar = () => { -
- +
+ Manuscript Submission {' '} Date Extended to 10th August 2024
-
- Last Date +
+ Last Date to accept Best thesis nomination till 31st Aug 2024.
diff --git a/styles/globals.css b/styles/globals.css index 4f66432..b26cd80 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -164,7 +164,9 @@ opacity: 1; } } - +.content1 { + color: white; +} .animate-fadeIn2 { animation: fadeIn 2s ease-in-out; }