Add default docs icon

This commit is contained in:
Fabio Berger
2018-03-22 12:46:52 +00:00
parent beb483ea85
commit ed9d1da297
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 578 B

View File

@@ -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 } = {