From be21b9ea1bb77ec59e2912168fe8b3f2273f5846 Mon Sep 17 00:00:00 2001 From: you Date: Thu, 19 Mar 2026 07:06:01 +0000 Subject: [PATCH] Fix Recent Activity on nodes page: remove extra closing div An extra was closing the node-detail wrapper before the Recent Activity section rendered, causing content to fall outside the styled container. --- public/nodes.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/nodes.js b/public/nodes.js index b2cba17..62a0536 100644 --- a/public/nodes.js +++ b/public/nodes.js @@ -337,7 +337,6 @@ ${hasLoc ? `
Location
${n.lat.toFixed(5)}, ${n.lon.toFixed(5)}
` : ''} -