update jambonz-ui

This commit is contained in:
kitajchuk
2022-08-10 16:49:19 -07:00
parent 336421325b
commit 729e638a99
7 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ function BYO({data}) {
{data.icons.map((icon) => {
const SvgIcon = Icons[icon];
return (
<Icon key={nanoid()} mainStyle="fill">
<Icon key={icon}>
<SvgIcon />
</Icon>
);
+1 -1
View File
@@ -21,7 +21,7 @@ function Regions({ data }) {
return (
<div key={nanoid()} className="wrap regions__wrap">
<div className="regions__icon">
<Icon subStyle={region.color} mainStyle="fill">
<Icon subStyle={region.color}>
<SvgIcon />
</Icon>
</div>