@replicated/portal-components 0.0.9 → 0.0.11

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.js CHANGED
@@ -16,7 +16,7 @@ var Link__default = /*#__PURE__*/_interopDefault(Link);
16
16
 
17
17
  // package.json
18
18
  var package_default = {
19
- version: "0.0.9"};
19
+ version: "0.0.11"};
20
20
 
21
21
  // src/tokens/index.ts
22
22
  var baseTokens = {
@@ -1784,9 +1784,9 @@ var TopNav = async ({
1784
1784
  ),
1785
1785
  userMenuChildren,
1786
1786
  /* @__PURE__ */ jsxRuntime.jsx(
1787
- Link__default.default,
1787
+ "a",
1788
1788
  {
1789
- href: "/?expired=1",
1789
+ href: `${process.env.NEXT_PUBLIC_BASE_PATH || ""}/?expired=1`,
1790
1790
  className: "block w-full px-4 py-2 text-left hover:bg-gray-100",
1791
1791
  children: "Logout"
1792
1792
  }