[WIP] new docs icons. Some need replacement as they render badly
This commit is contained in:
committed by
fabioberger
parent
2ef19f31db
commit
7422485817
@@ -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',
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user