Remove API menu new badge (#6983)

This commit is contained in:
Michael Han 2026-07-08 08:17:09 -07:00 committed by GitHub
commit 7a9fb4404e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1572,9 +1572,6 @@ export function AppSidebar() {
>
<HugeiconsIcon icon={Globe02Icon} strokeWidth={1.75} className="size-[18px]" />
<span>{t("shell.navigation.api")}</span>
<span className="ml-auto rounded-full bg-emerald-500/10 px-2 py-1 text-[10px] leading-none font-semibold text-emerald-700 dark:text-emerald-300">
{t("common.new")}
</span>
</DropdownMenuItem>
<DropdownMenuItem
ref={anchorRef as React.Ref<HTMLDivElement>}