fix: restore external Wiki URL in exploreItems navigation
This commit is contained in:
parent
896de2e7fd
commit
d69d21abd6
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue