We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7871e6e commit 211ad3cCopy full SHA for 211ad3c
1 file changed
client/src/components/AppsTab.tsx
@@ -130,7 +130,12 @@ const AppsTab = ({
130
<div className="mt-6 border-t pt-6">
131
<div className="flex items-center justify-between mb-4">
132
<h3 className="text-xl font-semibold">{selectedTool.name}</h3>
133
- <Button onClick={handleCloseApp} variant="ghost" size="sm" aria-label="Close app">
+ <Button
134
+ onClick={handleCloseApp}
135
+ variant="ghost"
136
+ size="sm"
137
+ aria-label="Close app"
138
+ >
139
<X className="w-4 h-4" />
140
</Button>
141
</div>
0 commit comments