Adding site-config file

This commit is contained in:
Chris Troutner
2020-07-07 10:38:19 -07:00
parent cea262ace4
commit 230133ec79
@@ -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