aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/inputs
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2018-09-18 19:55:31 +0800
committerfragosti <francesco.agosti93@gmail.com>2018-09-18 19:55:31 +0800
commite46807c28b0c915130b1b5e49d1c9f39f12751ae (patch)
tree5292404cf5a0fd3ed73e86265e605ee6e715d8f3 /packages/website/ts/components/inputs
parent074082ec945b89dba14315a5c9d715e77724566b (diff)
downloaddexon-0x-contracts-e46807c28b0c915130b1b5e49d1c9f39f12751ae.tar
dexon-0x-contracts-e46807c28b0c915130b1b5e49d1c9f39f12751ae.tar.gz
dexon-0x-contracts-e46807c28b0c915130b1b5e49d1c9f39f12751ae.tar.bz2
dexon-0x-contracts-e46807c28b0c915130b1b5e49d1c9f39f12751ae.tar.lz
dexon-0x-contracts-e46807c28b0c915130b1b5e49d1c9f39f12751ae.tar.xz
dexon-0x-contracts-e46807c28b0c915130b1b5e49d1c9f39f12751ae.tar.zst
dexon-0x-contracts-e46807c28b0c915130b1b5e49d1c9f39f12751ae.zip
Fix order creation and fill flow in Portal
Diffstat (limited to 'packages/website/ts/components/inputs')
-rw-r--r--packages/website/ts/components/inputs/token_amount_input.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/ts/components/inputs/token_amount_input.tsx b/packages/website/ts/components/inputs/token_amount_input.tsx
index 93ef516cf..db093fb68 100644
--- a/packages/website/ts/components/inputs/token_amount_input.tsx
+++ b/packages/website/ts/components/inputs/token_amount_input.tsx
@@ -111,7 +111,7 @@ export class TokenAmountInput extends React.Component<TokenAmountInputProps, Tok
<span>
Insufficient allowance.{' '}
<Link
- to={`${WebsitePaths.Portal}/balances`}
+ to={`${WebsitePaths.Portal}/account`}
style={{ cursor: 'pointer', color: colors.darkestGrey }}
>
Set allowance