aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/fill_warning_dialog.tsx
diff options
context:
space:
mode:
authorBrandon Millman <brandon.millman@gmail.com>2018-12-15 06:46:05 +0800
committerBrandon Millman <brandon.millman@gmail.com>2018-12-15 06:46:05 +0800
commit51b1cab72a80b8ef05038ecf392d9c72b8d4294e (patch)
treed1e777a68730a323f3fa3e873f5a15bad6cdbf59 /packages/website/ts/components/fill_warning_dialog.tsx
parente3dcb7107bdd7bd8197818a05b163985026f7ca2 (diff)
downloaddexon-sol-tools-51b1cab72a80b8ef05038ecf392d9c72b8d4294e.tar
dexon-sol-tools-51b1cab72a80b8ef05038ecf392d9c72b8d4294e.tar.gz
dexon-sol-tools-51b1cab72a80b8ef05038ecf392d9c72b8d4294e.tar.bz2
dexon-sol-tools-51b1cab72a80b8ef05038ecf392d9c72b8d4294e.tar.lz
dexon-sol-tools-51b1cab72a80b8ef05038ecf392d9c72b8d4294e.tar.xz
dexon-sol-tools-51b1cab72a80b8ef05038ecf392d9c72b8d4294e.tar.zst
dexon-sol-tools-51b1cab72a80b8ef05038ecf392d9c72b8d4294e.zip
fix(website) replace 0xproject.com with 0x.org
Diffstat (limited to 'packages/website/ts/components/fill_warning_dialog.tsx')
-rw-r--r--packages/website/ts/components/fill_warning_dialog.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/ts/components/fill_warning_dialog.tsx b/packages/website/ts/components/fill_warning_dialog.tsx
index 430abd013..feb72c2ee 100644
--- a/packages/website/ts/components/fill_warning_dialog.tsx
+++ b/packages/website/ts/components/fill_warning_dialog.tsx
@@ -35,7 +35,7 @@ export const FillWarningDialog = (props: FillWarningDialogProps) => {
<div>
At least one of the tokens in this order was not found in the token registry smart contract and may
be counterfeit. It is your responsibility to verify the token addresses on Etherscan (
- <a href="https://0xproject.com/wiki#Verifying-Custom-Tokens" target="_blank">
+ <a href="https://0x.org/wiki#Verifying-Custom-Tokens" target="_blank">
See this how-to guide
</a>) before filling an order. <b>This action may result in the loss of funds</b>.
</div>