fix: remove global link

This commit is contained in:
kieran 2024-09-25 11:12:20 +01:00
parent dd3767b7d7
commit 07a0d3ce57
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -83,17 +83,6 @@ export function rootTabItems(base: string, pubKey: string | undefined, tags: Arr
</>
),
},
{
tab: "global",
path: `${base}/global`,
show: true,
element: (
<>
<Icon name="globe" />
<FormattedMessage defaultMessage="Global" />
</>
),
},
{
tab: "tags",
path: `${base}/topics`,