sixseconds-modules 1.6.2 → 1.6.3

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/index.cjs.js CHANGED
@@ -5279,7 +5279,7 @@ const AppMenus = ({ menuItems, setInitialState, t: t2, appName }) => {
5279
5279
  {
5280
5280
  component: material.Link,
5281
5281
  href: urlcat(item.link, { source: appName }),
5282
- target: item.type === "tab" ? "_blank" : "_self",
5282
+ target: item.type === "tab" ? "_self" : "_blank",
5283
5283
  item: true,
5284
5284
  md: 4,
5285
5285
  xs: 6,