From 028f43e320d83592059c27050856d612476ec989 Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Sat, 14 Jun 2025 03:45:13 +0200 Subject: [PATCH] Also write security next to system nodes --- src/components/MapNode.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MapNode.tsx b/src/components/MapNode.tsx index bef62bd..25296eb 100644 --- a/src/components/MapNode.tsx +++ b/src/components/MapNode.tsx @@ -142,7 +142,7 @@ export const MapNode: React.FC = ({ } pointer-events-none select-none`} style={{ textShadow: '2px 2px 4px rgba(0,0,0,0.8)' }} > - {name} + {name} {security.toFixed(1)} );