diff options
author | Fabio Berger <me@fabioberger.com> | 2018-03-07 18:05:48 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-03-07 18:05:48 +0800 |
commit | 327cc307b35bf4a38c86f87c45718fd456025035 (patch) | |
tree | fab799f0464988908088b808d83641b0b05b8d31 /packages/react-docs/example/public/index.html | |
parent | f191ba6e6990fec3f973ee78f75547e5a828785a (diff) | |
download | dexon-0x-contracts-327cc307b35bf4a38c86f87c45718fd456025035.tar dexon-0x-contracts-327cc307b35bf4a38c86f87c45718fd456025035.tar.gz dexon-0x-contracts-327cc307b35bf4a38c86f87c45718fd456025035.tar.bz2 dexon-0x-contracts-327cc307b35bf4a38c86f87c45718fd456025035.tar.lz dexon-0x-contracts-327cc307b35bf4a38c86f87c45718fd456025035.tar.xz dexon-0x-contracts-327cc307b35bf4a38c86f87c45718fd456025035.tar.zst dexon-0x-contracts-327cc307b35bf4a38c86f87c45718fd456025035.zip |
Add back icons to example so that link icon renders
Diffstat (limited to 'packages/react-docs/example/public/index.html')
-rw-r--r-- | packages/react-docs/example/public/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/react-docs/example/public/index.html b/packages/react-docs/example/public/index.html index 9e7184941..fcc1c6e0c 100644 --- a/packages/react-docs/example/public/index.html +++ b/packages/react-docs/example/public/index.html @@ -10,6 +10,7 @@ <link rel="stylesheet" href="/css/basscss_responsive_padding.css"> <link rel="stylesheet" href="/css/basscss_responsive_margin.css"> <link rel="stylesheet" href="/css/basscss_responsive_type_scale.css"> + <link rel="stylesheet" href="/css/material-design-iconic-font.min.css"> <link rel="stylesheet" href="/css/roboto.css"> <link rel="stylesheet" href="/css/roboto_mono.css"> </head> |