Skip to content

Commit 5a3d6ba

Browse files
committed
fix(tools): add missing Newspaper icon for hckrnws, remove redundant network def
- service-card.tsx: add Newspaper to lucide-react imports and iconMap (hckrnws specifies icon: "Newspaper" — was silently falling back to Terminal) - tools-alloy-agent.yaml: remove duplicate atl-tools network definition (already defined in infra/networks.yaml, included by root compose.yaml)
1 parent bb15d21 commit 5a3d6ba

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

apps/tools-web/src/components/service-card.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import {
66
ClipboardPaste,
77
FileText,
88
FlaskConical,
9+
Newspaper,
910
Search,
1011
Terminal,
1112
} from "lucide-react";
@@ -19,6 +20,7 @@ const iconMap: Record<
1920
ClipboardPaste,
2021
FileText,
2122
FlaskConical,
23+
Newspaper,
2224
Search,
2325
Terminal,
2426
};

infra/tools/tools-alloy-agent.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,3 @@ services:
3939
compress: "true"
4040
networks:
4141
- atl-tools
42-
43-
networks:
44-
atl-tools:
45-
external: true

0 commit comments

Comments
 (0)