diff --git a/README.md b/README.md index a80af1ebac..44b83ab859 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # HollaEx Kit [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-green.svg)](https://github.com/facebook/create-react-app/pulls) -HollaEx Kit is an open source while label crypto software suite with a range of features from exchange and trading to user management and onboarding as well as wallet system. In order to run the HollaEx Kit, you need to run the Server as the back-end and Web as your front-end user interface. HollaEx Kit runs as a stand alone node and for trading and blockchain functionalities require to connect to HollaEx Network. By default the node connects to the public HollaEx Network. +HollaEx Kit is an open source white label crypto software suite with a range of features from exchange and trading to user management and onboarding as well as wallet system. In order to run the HollaEx Kit, you need to run the Server as the back-end and Web as your front-end user interface. HollaEx Kit runs as a stand alone node and for trading and blockchain functionalities require to connect to HollaEx Network. By default the node connects to the public HollaEx Network. ## Get Started diff --git a/web/src/containers/DigitalAssets/components/AssetsRow.js b/web/src/containers/DigitalAssets/components/AssetsRow.js index 5f63c90cbc..1d95534d06 100644 --- a/web/src/containers/DigitalAssets/components/AssetsRow.js +++ b/web/src/containers/DigitalAssets/components/AssetsRow.js @@ -98,7 +98,10 @@ const AssetsRow = ({ coinData, loading, index, quicktrade, pairs, icons }) => { {!loading ? ( -
browserHistory.push(`/assets/coin/${symbol}`)} > +
browserHistory.push(`/assets/coin/${symbol}`)} + >
{fullname}
@@ -149,7 +152,7 @@ const AssetsRow = ({ coinData, loading, index, quicktrade, pairs, icons }) => { )} - + {!loading ? ( )}
- {formatToCurrency(ticker.volume)} + + {formatToCurrency(ticker.volume)} + {pair_base_display}
@@ -145,7 +147,7 @@ class MarketRow extends Component { )} - + {isBrokerage ? ( {STRINGS['DIGITAL_ASSETS.BROKERAGE']} diff --git a/web/src/containers/TradeTabs/components/MiniSparkLine.js b/web/src/containers/TradeTabs/components/MiniSparkLine.js index 5cdac95a0f..7bda20e3db 100644 --- a/web/src/containers/TradeTabs/components/MiniSparkLine.js +++ b/web/src/containers/TradeTabs/components/MiniSparkLine.js @@ -14,6 +14,8 @@ const DEFAULT_CHART_OPTIONS = { }, chart: { styledMode: true, + width: 200, + height: (9 / 16) * 60 + '%', }, xAxis: { visible: false, diff --git a/web/src/containers/TradeTabs/components/SparkLine.js b/web/src/containers/TradeTabs/components/SparkLine.js index 517ea9c170..44ba569958 100644 --- a/web/src/containers/TradeTabs/components/SparkLine.js +++ b/web/src/containers/TradeTabs/components/SparkLine.js @@ -20,6 +20,8 @@ class SparkLine extends Component { }, chart: { styledMode: true, + width: 200, + height: (9 / 16) * 60 + '%', }, xAxis: { type: 'linear',