Skip to content

Commit 85224c9

Browse files
committed
Add ant logo to landing page
fix: #621
1 parent a215ed6 commit 85224c9

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed
Lines changed: 43 additions & 0 deletions
Loading

packages/react-renderer-demo/src/components/landing-page/landing-page-cards.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,16 @@ const LandingPageCards = () => {
295295
</a>
296296
</RouterLink>
297297
</Grid>
298+
<Grid item xs={12} md={4} xl={2}>
299+
<Typography variant="h6" className={classes.textBottom}>
300+
Ant Design
301+
</Typography>
302+
<RouterLink href="/mappers/ant-component-mapper">
303+
<a href="/mappers/ant-component-mapper">
304+
<img className={classes.logo} alt="ant logo" src="/ant-logo.svg" />
305+
</a>
306+
</RouterLink>
307+
</Grid>
298308
<Grid item xs={12} md={8}>
299309
<Typography variant="body2" gutterBottom className={classes.mappersText}>
300310
This list represents a set of provided mappers. Each mapper brings all basic form components from its design system. You can

0 commit comments

Comments
 (0)