fix: restore external Wiki URL in exploreItems navigation

This commit is contained in:
Jennie Robinson Faber 2026-04-05 16:43:41 +01:00
parent 896de2e7fd
commit d69d21abd6

View file

@ -174,7 +174,7 @@ const exploreItems = [
{ label: "Events", path: "/events" }, { label: "Events", path: "/events" },
{ label: "Members", path: "/members" }, { label: "Members", path: "/members" },
{ label: "Connections", path: "/connections" }, { label: "Connections", path: "/connections" },
{ label: "Wiki", path: "/wiki" }, { label: "Wiki", path: "https://wiki.ghostguild.org" },
{ label: "About", path: "/about" }, { label: "About", path: "/about" },
]; ];
</script> </script>