From 86a2118816a9496f9790553647059305ba392a4a Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Thu, 22 Feb 2024 19:12:38 +0100 Subject: [PATCH 1/2] update wrong mission text --- src/components/Service/MissionStatement.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Service/MissionStatement.js b/src/components/Service/MissionStatement.js index d9aa93b..8e4f361 100644 --- a/src/components/Service/MissionStatement.js +++ b/src/components/Service/MissionStatement.js @@ -29,7 +29,7 @@ function MissionStatement() { }, { id: 4, - title: "Get you work done", + title: "Get your work done", content: "For other tasks you need to get done, we will be there for smooth engagement", } ]; From f33b6635e5c12b27f07028b522baeace8ad05b35 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Thu, 22 Feb 2024 19:29:28 +0100 Subject: [PATCH 2/2] changed home to Home --- src/components/Service/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Service/index.js b/src/components/Service/index.js index 9705664..7c0ff2f 100644 --- a/src/components/Service/index.js +++ b/src/components/Service/index.js @@ -25,7 +25,7 @@ function Service() {