Add invoice agent UI (#1918)

This commit is contained in:
Shuchang Zheng
2025-03-11 06:58:41 -07:00
committed by GitHub
parent 785c2f0626
commit 47edd662ea
3 changed files with 5 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ type Props = {
to: string;
newTab?: boolean;
disabled?: boolean;
beta?: boolean;
icon?: React.ReactNode;
}>;
};
@@ -75,7 +76,7 @@ function NavLinkGroup({ title, links }: Props) {
color: groupIsActive ? "#EA580C" : "#8D3710",
}}
>
Training
{link.beta ? "Beta" : "Training"}
</Badge>
)}
</div>