aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-03-22 20:46:52 +0800
committerFabio Berger <me@fabioberger.com>2018-03-22 20:46:52 +0800
commited9d1da297c4c0d6d82efa2bfafef93a68fc5b59 (patch)
treedd62b5b039779142789d564a7d8671b05309b8ed /packages/website
parentbeb483ea85ca0df707e81883d612125be1968389 (diff)
downloaddexon-0x-contracts-ed9d1da297c4c0d6d82efa2bfafef93a68fc5b59.tar
dexon-0x-contracts-ed9d1da297c4c0d6d82efa2bfafef93a68fc5b59.tar.gz
dexon-0x-contracts-ed9d1da297c4c0d6d82efa2bfafef93a68fc5b59.tar.bz2
dexon-0x-contracts-ed9d1da297c4c0d6d82efa2bfafef93a68fc5b59.tar.lz
dexon-0x-contracts-ed9d1da297c4c0d6d82efa2bfafef93a68fc5b59.tar.xz
dexon-0x-contracts-ed9d1da297c4c0d6d82efa2bfafef93a68fc5b59.tar.zst
dexon-0x-contracts-ed9d1da297c4c0d6d82efa2bfafef93a68fc5b59.zip
Add default docs icon
Diffstat (limited to 'packages/website')
-rw-r--r--packages/website/public/images/doc_icons/docs.pngbin0 -> 578 bytes
-rw-r--r--packages/website/ts/pages/documentation/doc_page.tsx2
2 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/public/images/doc_icons/docs.png b/packages/website/public/images/doc_icons/docs.png
new file mode 100644
index 000000000..17df04310
--- /dev/null
+++ b/packages/website/public/images/doc_icons/docs.png
Binary files differ
diff --git a/packages/website/ts/pages/documentation/doc_page.tsx b/packages/website/ts/pages/documentation/doc_page.tsx
index e2fcca084..030c37438 100644
--- a/packages/website/ts/pages/documentation/doc_page.tsx
+++ b/packages/website/ts/pages/documentation/doc_page.tsx
@@ -16,7 +16,7 @@ import { Translate } from 'ts/utils/translate';
import { utils } from 'ts/utils/utils';
const isDevelopment = configs.ENVIRONMENT === Environments.DEVELOPMENT;
-const DEFAULT_ICON = 'zeroExJs.png';
+const DEFAULT_ICON = 'docs.png';
const ZERO_EX_JS_VERSION_MISSING_TOPLEVEL_PATH = '0.32.4';
const idToIcon: { [id: string]: string } = {