mirror of
https://github.com/jambonz/next-static-site.git
synced 2026-07-04 19:21:55 +00:00
update jambonz-ui
This commit is contained in:
+1
-1
@@ -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
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user