Skip to content

Commit bec0f58

Browse files
authored
fix: makes the Apps page look better (#7579)
1 parent c8a7189 commit bec0f58

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

ui/desktop/src/components/apps/AppsView.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)