[WIP] Refactoring of docs pages components.
This commit is contained in:
committed by
fabioberger
parent
13e262b9cf
commit
7454a7a6f3
@@ -2,7 +2,7 @@ import React, { Fragment } from 'react';
|
||||
import styled from 'styled-components';
|
||||
|
||||
import { Button } from 'ts/components/button';
|
||||
import { CommunityLink, CommunityLinkProps } from 'ts/components/docs/community_link';
|
||||
import { CommunityLink, ICommunityLinkProps } from 'ts/components/docs/community_link';
|
||||
import { Hero } from 'ts/components/docs/hero';
|
||||
import { LinkProps, ShortcutLink } from 'ts/components/docs/shortcut_link';
|
||||
import { SiteWrap } from 'ts/components/docs/siteWrap';
|
||||
@@ -158,7 +158,7 @@ const getStartedLinks: LinkProps[] = [
|
||||
},
|
||||
];
|
||||
|
||||
const communityShortcuts: CommunityLinkProps[] = [
|
||||
const communityShortcuts: ICommunityLinkProps[] = [
|
||||
{
|
||||
heading: 'Discord',
|
||||
description: 'Chat with the 0x community',
|
||||
|
||||
Reference in New Issue
Block a user