From eb9602329c4d296362ddca6e32be211f6428afc4 Mon Sep 17 00:00:00 2001 From: divyasudha2308 Date: Wed, 7 Jan 2026 11:46:19 +0530 Subject: [PATCH 1/2] updating header component --- frontend/src/components/LandingPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/LandingPage.js b/frontend/src/components/LandingPage.js index d8072fc..c1435cd 100644 --- a/frontend/src/components/LandingPage.js +++ b/frontend/src/components/LandingPage.js @@ -44,7 +44,7 @@ const LandingPage = () => { fontSize: isSmallScreen ? '2rem' : 'clamp(2rem, 5vw, 3rem)', }} > - Welcome to Employee Management System + Welcome to World Date: Wed, 7 Jan 2026 11:59:20 +0530 Subject: [PATCH 2/2] updating dashboard --- frontend/src/components/LandingPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/LandingPage.js b/frontend/src/components/LandingPage.js index c1435cd..5869e66 100644 --- a/frontend/src/components/LandingPage.js +++ b/frontend/src/components/LandingPage.js @@ -70,7 +70,7 @@ const LandingPage = () => { }, }} > - Go to Dashboard + Go to Batch 3