File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
ui/desktop/src/components/apps Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -231,14 +231,11 @@ export default function AppsView() {
231231 Applications from your MCP servers and Apps build by goose itself. You can ask it to
232232 create new apps through the chat interface and they will appear here.
233233 </ p >
234- < p className = "text-xs text-amber-600 dark:text-amber-500" >
235- ⚠️ Experimental feature - may change or be removed at any time
236- </ p >
237234 </ div >
238235 </ div >
239236 </ div >
240237
241- < div className = "flex-1 overflow-y-auto bg-background-secondary px-8 pb-8" >
238+ < div className = "flex-1 overflow-y-auto px-8 pb-8" >
242239 { loading ? (
243240 < div className = "flex items-center justify-center h-64" >
244241 < p className = "text-text-secondary" > Loading apps...</ p >
You can’t perform that action at this time.
0 commit comments