Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "developer.bitcoin.com",
"description": "Bitcoin.com developer resources and documentation",
"version": "3.1.3",
"version": "3.2.0",
"author": "Peter <peter@bitcoin.com> and Gabriel Cardona <gabriel@bitcoin.com>",
"dependencies": {
"badger-components-react": "^0.1.3",
Expand Down
12 changes: 6 additions & 6 deletions src/pages/develop.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,6 @@ const DevelopPage = ({ location, data }: Props) => (
text="Tokenize anything. Everything you need to easily issue, spend or trade your own token."
cta="View"
/>
<InfoCard
to="/wormhole"
title="Wormhole"
text="Experience a paradigm shift. Smart contracts and Tokens for Bitcoin Cash."
cta="View"
/>
<InfoCard
to="/gui"
title="GUI"
Expand All @@ -110,6 +104,12 @@ const DevelopPage = ({ location, data }: Props) => (
text="Paid downloads, streaming media, in-app purchases, tokens and more ways for you to monetize."
disabledcta="Coming soon"
/>
<InfoCard
to="/wormhole"
title="Wormhole"
text="Experience a paradigm shift. Smart contracts and Tokens for Bitcoin Cash."
cta="View"
/>
</CardLayout>
</Container>
</DefaultLayout>
Expand Down
5 changes: 0 additions & 5 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,6 @@ const IndexPage = ({ location, data }: Props) => (
<Button round>Badger SDK</Button>
</StyledLink>
</HeroButtonItem>
<HeroButtonItem>
<StyledLink to="/wormhole">
<Button round>Wormhole SDK</Button>
</StyledLink>
</HeroButtonItem>
</HeroButtonLayout>
</HeroBlurbLayout>
<SDKLayout>
Expand Down
Loading