File tree Expand file tree Collapse file tree 2 files changed +53
-0
lines changed
packages/react-renderer-demo
src/components/landing-page Expand file tree Collapse file tree 2 files changed +53
-0
lines changed Original file line number Diff line number Diff line change @@ -295,6 +295,16 @@ const LandingPageCards = () => {
295
295
</ a >
296
296
</ RouterLink >
297
297
</ 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 >
298
308
< Grid item xs = { 12 } md = { 8 } >
299
309
< Typography variant = "body2" gutterBottom className = { classes . mappersText } >
300
310
This list represents a set of provided mappers. Each mapper brings all basic form components from its design system. You can
You can’t perform that action at this time.
0 commit comments