sixseconds-modules 1.6.3 → 1.6.5

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