File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
packages/react-renderer-demo/src/components Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -106,34 +106,34 @@ const Footer = ({ open }) => {
106
106
< Grid xs = { 12 } md = { 8 } item >
107
107
< Paper elevation = { 0 } className = { clsx ( classes . foooterCard , classes . foooterRight ) } >
108
108
< List >
109
- < RepoLink href = "https://github.com/data-driven-forms/react-forms" icon = < GhIcon /> label = "React forms" />
110
- < RepoLink href = "https://discord.gg/6sBw6WM" icon = < DiscordIcon /> label = "Discord server" />
111
- < RepoLink href = "https://twitter.com/DataDrivenForms" icon = < TwitterIcon /> label = "@DataDrivenForms" />
109
+ < RepoLink href = "https://github.com/data-driven-forms/react-forms" icon = { < GhIcon /> } label = "React forms" />
110
+ < RepoLink href = "https://discord.gg/6sBw6WM" icon = { < DiscordIcon /> } label = "Discord server" />
111
+ < RepoLink href = "https://twitter.com/DataDrivenForms" icon = { < TwitterIcon /> } label = "@DataDrivenForms" />
112
112
</ List >
113
113
< List >
114
114
< RepoLink
115
115
href = "https://www.npmjs.com/package/@data-driven-forms/react-form-renderer"
116
- icon = < NpmSvgIcon />
116
+ icon = { < NpmSvgIcon /> }
117
117
label = "React form renderer"
118
118
/>
119
119
< RepoLink
120
120
href = "https://www.npmjs.com/package/@data-driven-forms/pf4-component-mapper"
121
- icon = < NpmSvgIcon />
121
+ icon = { < NpmSvgIcon /> }
122
122
label = "PF4 component mapper"
123
123
/>
124
124
< RepoLink
125
125
href = "https://www.npmjs.com/package/@data-driven-forms/pf3-component-mapper"
126
- icon = < NpmSvgIcon />
126
+ icon = { < NpmSvgIcon /> }
127
127
label = "PF3 component mapper"
128
128
/>
129
129
< RepoLink
130
130
href = "https://www.npmjs.com/package/@data-driven-forms/mui-component-mapper"
131
- icon = < NpmSvgIcon />
131
+ icon = { < NpmSvgIcon /> }
132
132
label = "MUI component mapper"
133
133
/>
134
134
< RepoLink
135
135
href = "https://www.npmjs.com/package/@data-driven-forms/blueprint-component-mapper"
136
- icon = < NpmSvgIcon />
136
+ icon = { < NpmSvgIcon /> }
137
137
label = "Blueprint component mapper"
138
138
/>
139
139
</ List >
You can’t perform that action at this time.
0 commit comments