Skip to content

Commit

Permalink
feat(dev-environment): change app name
Browse files Browse the repository at this point in the history
  • Loading branch information
colbr committed Sep 13, 2023
1 parent f479c77 commit 500f697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-environment/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>zApp Staking Dev Environment</title>
<title>zApp DAOs Dev Environment</title>
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion dev-environment/src/components/DevControls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const DevControls = () => {
}}
data-testid="zapp-dev-controls"
>
<b>zApp Staking {version}</b>
<b>zApp DAOs {version}</b>
<span>{content}</span>
</footer>
);
Expand Down

0 comments on commit 500f697

Please sign in to comment.