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.es.js CHANGED
@@ -5260,7 +5260,7 @@ const AppMenus = ({ menuItems, setInitialState, t: t2, appName }) => {
5260
5260
  Grid,
5261
5261
  {
5262
5262
  component: Link,
5263
- href: urlcat(item.link, { source: appName }),
5263
+ href: `${item.link}?source=${appName}`,
5264
5264
  target: item.type === "tab" ? "_self" : "_blank",
5265
5265
  item: true,
5266
5266
  md: 4,