@replicated/portal-components 0.0.10 → 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.
@@ -371,9 +371,9 @@ var TopNav = async ({
371
371
  ),
372
372
  userMenuChildren,
373
373
  /* @__PURE__ */ jsxRuntime.jsx(
374
- Link__default.default,
374
+ "a",
375
375
  {
376
- href: "/?expired=1",
376
+ href: `${process.env.NEXT_PUBLIC_BASE_PATH || ""}/?expired=1`,
377
377
  className: "block w-full px-4 py-2 text-left hover:bg-gray-100",
378
378
  children: "Logout"
379
379
  }