Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit 3bdd158

Browse files
authored
Merge pull request #162 from Bitcoin-com/stage
Remove wormhole sdk from homepage
2 parents a239e80 + 323524e commit 3bdd158

4 files changed

Lines changed: 7 additions & 1692 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "developer.bitcoin.com",
33
"description": "Bitcoin.com developer resources and documentation",
4-
"version": "3.1.3",
4+
"version": "3.2.0",
55
"author": "Peter <peter@bitcoin.com> and Gabriel Cardona <gabriel@bitcoin.com>",
66
"dependencies": {
77
"badger-components-react": "^0.1.3",

src/pages/develop.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,6 @@ const DevelopPage = ({ location, data }: Props) => (
8282
text="Tokenize anything. Everything you need to easily issue, spend or trade your own token."
8383
cta="View"
8484
/>
85-
<InfoCard
86-
to="/wormhole"
87-
title="Wormhole"
88-
text="Experience a paradigm shift. Smart contracts and Tokens for Bitcoin Cash."
89-
cta="View"
90-
/>
9185
<InfoCard
9286
to="/gui"
9387
title="GUI"
@@ -110,6 +104,12 @@ const DevelopPage = ({ location, data }: Props) => (
110104
text="Paid downloads, streaming media, in-app purchases, tokens and more ways for you to monetize."
111105
disabledcta="Coming soon"
112106
/>
107+
<InfoCard
108+
to="/wormhole"
109+
title="Wormhole"
110+
text="Experience a paradigm shift. Smart contracts and Tokens for Bitcoin Cash."
111+
cta="View"
112+
/>
113113
</CardLayout>
114114
</Container>
115115
</DefaultLayout>

src/pages/index.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,6 @@ const IndexPage = ({ location, data }: Props) => (
151151
<Button round>Badger SDK</Button>
152152
</StyledLink>
153153
</HeroButtonItem>
154-
<HeroButtonItem>
155-
<StyledLink to="/wormhole">
156-
<Button round>Wormhole SDK</Button>
157-
</StyledLink>
158-
</HeroButtonItem>
159154
</HeroButtonLayout>
160155
</HeroBlurbLayout>
161156
<SDKLayout>

0 commit comments

Comments
 (0)