Skip to content

Commit e07aa02

Browse files
committed
feat: remove 'Active' status labels from tool cards
- Remove green 'Active' status badges from tool cards in Tools component - Clean up tool card header layout by removing status indicators - Simplify tool card design for cleaner presentation - Maintain all other tool card functionality and styling
1 parent 05ed53e commit e07aa02

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/components/sections/Tools.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,6 @@ const Tools = () => {
146146
}}
147147
/>
148148
</div>
149-
<span className="text-xs font-medium text-green-600 bg-green-100 px-2 py-1 rounded-full">
150-
{tool.status}
151-
</span>
152149
</div>
153150

154151
{/* Tool Content */}

0 commit comments

Comments
 (0)