diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx
index 7712cf94..0e8f8a13 100644
--- a/src/components/Sidebar.tsx
+++ b/src/components/Sidebar.tsx
@@ -76,15 +76,15 @@ export const Sidebar = ({ children }: SidebarProps): JSX.Element => {
-
-
- {myNode?.deviceMetrics?.batteryLevel ?? "UNK"}%
-
-
-
- {myNode?.deviceMetrics?.voltage.toPrecision(3) ?? "UNK"} volts
-
+
+
+ {myNode?.deviceMetrics?.batteryLevel ?? "UNK"}%
+
+
+ {myNode?.deviceMetrics?.voltage.toPrecision(3) ?? "UNK"} volts
+
+
{pages.map((link) => (