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

Commit 8312674

Browse files
author
Gabriel Cardona
committed
Remove WHC.
1 parent a9df462 commit 8312674

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/develop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const DevelopPage = ({ location, data }: Props) => (
9191
<InfoCard
9292
to="/faucets"
9393
title="Faucets"
94-
text="Testnet BCH and WHC for developers."
94+
text="Testnet BCH for developers."
9595
cta="View"
9696
/>
9797
<InfoCard

src/pages/faucets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const Faucet = ({ location, data }: Props) => (
4141
<DefaultLayout location={location}>
4242
<HelmetPlus
4343
title={`Faucet - ${data.site.siteMetadata.title}`}
44-
description={'Testnet BCH and WHC for developers'}
44+
description={'Testnet BCH for developers'}
4545
keywords={
4646
'faucet, bitbox, tutorials, developer tools, bitcoin, bitcoin cash, BCH, sdk, api'
4747
}

0 commit comments

Comments
 (0)