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 }) => {
106106 < Grid xs = { 12 } md = { 8 } item >
107107 < Paper elevation = { 0 } className = { clsx ( classes . foooterCard , classes . foooterRight ) } >
108108 < 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" />
112112 </ List >
113113 < List >
114114 < RepoLink
115115 href = "https://www.npmjs.com/package/@data-driven-forms/react-form-renderer"
116- icon = < NpmSvgIcon />
116+ icon = { < NpmSvgIcon /> }
117117 label = "React form renderer"
118118 />
119119 < RepoLink
120120 href = "https://www.npmjs.com/package/@data-driven-forms/pf4-component-mapper"
121- icon = < NpmSvgIcon />
121+ icon = { < NpmSvgIcon /> }
122122 label = "PF4 component mapper"
123123 />
124124 < RepoLink
125125 href = "https://www.npmjs.com/package/@data-driven-forms/pf3-component-mapper"
126- icon = < NpmSvgIcon />
126+ icon = { < NpmSvgIcon /> }
127127 label = "PF3 component mapper"
128128 />
129129 < RepoLink
130130 href = "https://www.npmjs.com/package/@data-driven-forms/mui-component-mapper"
131- icon = < NpmSvgIcon />
131+ icon = { < NpmSvgIcon /> }
132132 label = "MUI component mapper"
133133 />
134134 < RepoLink
135135 href = "https://www.npmjs.com/package/@data-driven-forms/blueprint-component-mapper"
136- icon = < NpmSvgIcon />
136+ icon = { < NpmSvgIcon /> }
137137 label = "Blueprint component mapper"
138138 />
139139 </ List >
You can’t perform that action at this time.
0 commit comments