feat: Link Ant Design Blazor (#23579)

* Link Ant Design Blazor

* Indent and align

Co-authored-by: Benjamin Vertonghen <benjamin.vertonghen@apped.be>
This commit is contained in:
Benjamin Vertonghen 2020-04-25 12:12:29 +02:00 committed by GitHub
parent 22ffa61da0
commit 175e0aaa14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 29 additions and 0 deletions

View File

@ -83,6 +83,11 @@ const LinksList = () => (
antue (vue)<LinkIcon />
</a>
</li>
<li>
<a href="https://append-it.github.io/ant-design-blazor/" target="_blank">
Ant Design of Blazor<LinkIcon />
</a>
</li>
</ul>
);

View File

@ -83,6 +83,9 @@ const LinksList = () => (
antue (vue)<LinkIcon />
</a>
</li>
<li>
<a href="https://append-it.github.io/ant-design-blazor/" target="_blank">Ant Design of Blazor<LinkIcon /></a>
</li>
</ul>
);

View File

@ -251,6 +251,12 @@ export default function DesignPage() {
<RightOutlined className="home-link-arrow" />
</a>
</li>
<li>
<a href="https://append-it.github.io/ant-design-blazor/" target="_blank" rel="noopener noreferrer">
Ant Design of Blazor
<RightOutlined className="home-link-arrow" />
</a>
</li>
</ul>
</Col>
<Col xs={24} sm={15} style={{ alignSelf: 'flex-end', textAlign: 'right' }}>

View File

@ -79,6 +79,11 @@ class Footer extends React.Component<WrappedComponentProps> {
url: 'https://vue.ant.design',
openExternal: true,
},
{
title: 'Ant Design Blazor',
url: 'https://append-it.github.io/ant-design-blazor/',
openExternal: true,
},
{
title: 'Ant Design Landing',
description: <FormattedMessage id="app.footer.landing" />,

View File

@ -37,6 +37,16 @@ export function getEcosystemGroup({ isZhCN }: SharedProps): React.ReactElement {
Ant Design of Vue
</a>
</Menu.Item>
<Menu.Item key="blazor">
<a
href="https://append-it.github.io/ant-design-blazor/"
className="header-link"
target="_blank"
rel="noopener noreferrer"
>
Ant Design of Blazor
</a>
</Menu.Item>
{isZhCN ? (
<Menu.Item key="course" className="hide-in-home-page">
<a