File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/components Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import { EngineIcon } from "../../../../(dashboard)/(chain)/components/server/ic
1212import { InsightIcon } from "../../../../(dashboard)/(chain)/components/server/icons/InsightIcon" ;
1313import { PayIcon } from "../../../../(dashboard)/(chain)/components/server/icons/PayIcon" ;
1414import { SmartAccountIcon } from "../../../../(dashboard)/(chain)/components/server/icons/SmartAccountIcon" ;
15+ import { Badge } from "../../../../../../@/components/ui/badge" ;
1516import { NebulaIcon } from "../../../../../nebula-app/(app)/icons/NebulaIcon" ;
1617
1718export function ProjectSidebarLayout ( props : {
@@ -62,7 +63,11 @@ export function ProjectSidebarLayout(props: {
6263 } ,
6364 {
6465 href : `${ layoutPath } /engine` ,
65- label : "Engine" ,
66+ label : (
67+ < span >
68+ Engine < Badge > Beta</ Badge >
69+ </ span >
70+ ) ,
6671 icon : EngineIcon ,
6772 tracking : tracking ( "engine" ) ,
6873 } ,
You can’t perform that action at this time.
0 commit comments