Skip to content

Commit 7871e6e

Browse files
cliffhallolaservo
andauthored
Update client/src/components/AppsTab.tsx
Co-authored-by: Ola Hungerford <olahungerford@gmail.com>
1 parent 700d24f commit 7871e6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/components/AppsTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ const AppsTab = ({
130130
<div className="mt-6 border-t pt-6">
131131
<div className="flex items-center justify-between mb-4">
132132
<h3 className="text-xl font-semibold">{selectedTool.name}</h3>
133-
<Button onClick={handleCloseApp} variant="ghost" size="sm">
133+
<Button onClick={handleCloseApp} variant="ghost" size="sm" aria-label="Close app">
134134
<X className="w-4 h-4" />
135135
</Button>
136136
</div>

0 commit comments

Comments
 (0)