Skip to content

Commit 232b41e

Browse files
tbrandtbrandaws
andauthored
Add "Experimental" flag properly (#1147)
Co-authored-by: Taichiro Suzuki <[email protected]>
1 parent a23e803 commit 232b41e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/web/src/App.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ const App: React.FC = () => {
134134
to: '/mcp',
135135
icon: <PiGraph />,
136136
display: 'usecase' as const,
137+
sub: 'Experimental',
137138
}
138139
: null,
139140
flowChatEnabled
@@ -150,6 +151,7 @@ const App: React.FC = () => {
150151
to: '/voice-chat',
151152
icon: <PiMicrophoneBold />,
152153
display: 'usecase' as const,
154+
sub: 'Experimental',
153155
}
154156
: null,
155157
enabled('generate')

0 commit comments

Comments
 (0)