@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.
@@ -365,9 +365,9 @@ var TopNav = async ({
365
365
  ),
366
366
  userMenuChildren,
367
367
  /* @__PURE__ */ jsx(
368
- Link,
368
+ "a",
369
369
  {
370
- href: "/?expired=1",
370
+ href: `${process.env.NEXT_PUBLIC_BASE_PATH || ""}/?expired=1`,
371
371
  className: "block w-full px-4 py-2 text-left hover:bg-gray-100",
372
372
  children: "Logout"
373
373
  }