Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
dhvanipa committed May 19, 2024
1 parent d4b77d2 commit 8249192
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/hardhat/contracts/Experience.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/components/Experience.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const Experience: React.FC = ({}) => {
<div className="col-span-12 lg:col-span-9 p-12 flex flex-col justify-between items-center">
<div style={{ width: "80%" }} className="flex flex-col gap-12">
<div>
<h1 className="text-3xl font-bold text-left mt-4">Guard Service</h1>
<h1 className="text-3xl font-bold text-left mt-4">Location Guard Service</h1>
<h1 className="text-left mt-4" style={{ lineHeight: "normal", margin: "0", wordWrap: "break-word" }}>
Will move when you&apos;re near it, and move back once you&apos;re away from it
</h1>
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/components/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const Landing: React.FC = ({}) => {
<div className="grid grid-cols-12 flex flex-1">
<div className="col-span-12 lg:col-span-9 p-12 flex flex-col justify-between items-center">
<div style={{ width: "80%" }}>
<h1 className="text-3xl font-bold text-left mt-4">Guard Service</h1>
<h1 className="text-3xl font-bold text-left mt-4">Location Guard Service</h1>
<h1 className="text-left mt-4" style={{ lineHeight: "normal", margin: "0", wordWrap: "break-word" }}>
Place the guard outside your house to protect it
</h1>
Expand Down

0 comments on commit 8249192

Please sign in to comment.