Skip to content

Commit

Permalink
Add special thanks to ICF
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunnini committed Apr 29, 2021
1 parent f385e8a commit c39337c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/extension/src/pages/setting/credit/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ export const CreditPage: FunctionComponent = () => {
}}
>
<div className={style.container}>
<PageButton
title="Entity Funding Support"
paragraph="Provided by ICF"
onClick={(e) => {
e.preventDefault();
browser.tabs.create({
url: "https://interchain.io",
});
}}
/>
<PageButton
title="Cosmos Hub node"
paragraph="Provided by Figment Networks Datahub"
Expand Down

0 comments on commit c39337c

Please sign in to comment.