mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
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:
parent
22ffa61da0
commit
175e0aaa14
@ -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>
|
||||
);
|
||||
|
||||
|
@ -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>
|
||||
);
|
||||
|
||||
|
@ -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' }}>
|
||||
|
@ -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" />,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user