Skip to content

Commit

Permalink
fix: update github link (ECO-1308) (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite authored May 10, 2022
1 parent ec0f5ef commit 9615f5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/extension/src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Fetch.ai Network Wallet",
"description": "The Fetch.ai network wallet, powered by Keplr, for interacting with an agent based world",
"version": "0.2.7",
"version": "0.2.8",
"icons": {
"16": "assets/icon-16.png",
"48": "assets/icon-48.png",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/src/pages/main/menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const Menu: FunctionComponent = observer(() => {
<div className={styleMenu.footer}>
<a
className={styleMenu.inner}
href="https://github.com/everett-protocol/keplr-extension"
href="https://github.com/fetchai/keplr-extension"
target="_blank"
rel="noopener noreferrer"
>
Expand Down

0 comments on commit 9615f5b

Please sign in to comment.