diff --git a/public/index.html b/public/index.html
index 5009255..c43be27 100644
--- a/public/index.html
+++ b/public/index.html
@@ -177,6 +177,7 @@
+
diff --git a/public/scripts/components/DrawerComponent.js b/public/scripts/components/DrawerComponent.js
index 56b80e3..33a3e55 100644
--- a/public/scripts/components/DrawerComponent.js
+++ b/public/scripts/components/DrawerComponent.js
@@ -29,16 +29,19 @@ class DrawerComponent {
this.detailsDrawer = document.createElement('div');
this.detailsDrawer.className = 'details-drawer';
- // Header with close button
+ // Header with actions and close button
const header = document.createElement('div');
header.className = 'details-drawer-header';
header.innerHTML = `
Node Details
-