beca-ui 2.1.0-beta.27 → 2.1.0-beta.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/beca-ui.js
CHANGED
|
@@ -93530,7 +93530,7 @@ const QXe = (e) => {
|
|
|
93530
93530
|
a.map((s) => /* @__PURE__ */ D(
|
|
93531
93531
|
vY,
|
|
93532
93532
|
{
|
|
93533
|
-
icon: s.image,
|
|
93533
|
+
icon: s.image2 ?? s.image,
|
|
93534
93534
|
text: s.name,
|
|
93535
93535
|
url: s.href,
|
|
93536
93536
|
active: r === s.appId
|