[WIP] new docs icons. Some need replacement as they render badly

This commit is contained in:
Piotr Janosz
2019-07-08 13:53:43 +02:00
committed by fabioberger
parent 2ef19f31db
commit 7422485817
6 changed files with 55 additions and 16 deletions

View File

@@ -166,19 +166,19 @@ const communityShortcuts: ICommunityLinkProps[] = [
{
heading: 'Discord',
description: 'Chat with the 0x community',
icon: '0x-coreConcepts',
icon: 'chat',
url: '/docs/core-concepts',
},
{
heading: 'Forum',
description: 'Nerd out with 0x researchers',
icon: 'apiExplorer',
icon: 'forum',
url: '/docs/core-concepts',
},
{
heading: 'GitHub',
description: 'Contribute to development',
icon: 'getStarted',
icon: 'github',
url: '/docs/get-started',
},
];