From 82491925c480cb45f81b2c977512eee374b13dec Mon Sep 17 00:00:00 2001 From: Dhvani Patel Date: Sun, 19 May 2024 15:53:15 +0200 Subject: [PATCH] rename --- packages/hardhat/contracts/Experience.sol | 2 +- packages/nextjs/components/Experience.tsx | 2 +- packages/nextjs/components/Landing.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/hardhat/contracts/Experience.sol b/packages/hardhat/contracts/Experience.sol index 63d773c4..30358aab 100644 --- a/packages/hardhat/contracts/Experience.sol +++ b/packages/hardhat/contracts/Experience.sol @@ -152,7 +152,7 @@ contract Experience is ICustomUnregisterDelegation, IOptionalSystemHook { } function getDisplayName() external view returns (string memory) { - return "Guard Service"; + return "Location Guard Service"; } function getStatus() external view returns (string memory) { diff --git a/packages/nextjs/components/Experience.tsx b/packages/nextjs/components/Experience.tsx index f8ab3562..fe6196e9 100644 --- a/packages/nextjs/components/Experience.tsx +++ b/packages/nextjs/components/Experience.tsx @@ -66,7 +66,7 @@ export const Experience: React.FC = ({}) => {
-

Guard Service

+

Location Guard Service

Will move when you're near it, and move back once you're away from it

diff --git a/packages/nextjs/components/Landing.tsx b/packages/nextjs/components/Landing.tsx index 4ef2c962..e6078bdb 100644 --- a/packages/nextjs/components/Landing.tsx +++ b/packages/nextjs/components/Landing.tsx @@ -45,7 +45,7 @@ export const Landing: React.FC = ({}) => {
-

Guard Service

+

Location Guard Service

Place the guard outside your house to protect it