diff --git a/src/gatsby-ipfs-web-wallet/components/site-config.js b/src/gatsby-ipfs-web-wallet/components/site-config.js new file mode 100644 index 0000000..60bbaf2 --- /dev/null +++ b/src/gatsby-ipfs-web-wallet/components/site-config.js @@ -0,0 +1,13 @@ +/* + This file is intended to be overwritten. It provides a common place to store + site configuration data. +*/ + +const config = { + title: 'Wallet Demo', + titleShort: 'Demo', + balanceText: 'BCH Balance', + balanceIcon: 'fab-bitcoin' +} + +module.exports = config