Merge branch 'master' into develop

pull/21/head
vpcodebase 3 years ago committed by GitHub
commit 6112a45f34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      netlify.toml
  2. 2
      src/components/metrics/index.tsx

@ -0,0 +1,5 @@
[[redirects]]
from = "/*"
to = "/"
status = 200
force = false

@ -167,7 +167,7 @@ function TransactionsCount() {
</Box>
<Box align="start">
<Text size="small" color="minorText">
{"TRANSACTION VOLUME"}
{"TRANSACTION VOLUME"}
</Text>
<Text size="small" weight="bold">
{formatNumber(+count)}

Loading…
Cancel
Save