Remove new (#8994)

This commit is contained in:
Rory Powell 2022-12-09 14:25:11 +00:00 committed by GitHub
parent 6a236337e0
commit 9577169320
1 changed files with 0 additions and 4 deletions

View File

@ -48,7 +48,6 @@
? { ? {
title: "User Groups", title: "User Groups",
href: "/builder/portal/manage/groups", href: "/builder/portal/manage/groups",
badge: "New",
} }
: undefined, : undefined,
{ title: "Auth", href: "/builder/portal/manage/auth" }, { title: "Auth", href: "/builder/portal/manage/auth" },
@ -56,7 +55,6 @@
{ {
title: "Plugins", title: "Plugins",
href: "/builder/portal/manage/plugins", href: "/builder/portal/manage/plugins",
badge: "New",
}, },
{ {
@ -119,14 +117,12 @@
{ {
title: "Upgrade", title: "Upgrade",
href: $adminStore.accountPortalUrl + "/portal/upgrade", href: $adminStore.accountPortalUrl + "/portal/upgrade",
badge: "New",
}, },
]) ])
} else if (!$adminStore.cloud && admin) { } else if (!$adminStore.cloud && admin) {
menu = menu.concat({ menu = menu.concat({
title: "Upgrade", title: "Upgrade",
href: "/builder/portal/settings/upgrade", href: "/builder/portal/settings/upgrade",
badge: "New",
}) })
} }