diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index ef61a0cc..96d820bb 100644 --- a/src/components/Sidebar.tsx +++ b/src/components/Sidebar.tsx @@ -5,6 +5,7 @@ import { useDevice } from "@core/stores/deviceStore.js"; import type { Page } from "@core/stores/deviceStore.js"; import { BatteryMediumIcon, + CpuIcon, EditIcon, LayersIcon, type LucideIcon, @@ -13,7 +14,6 @@ import { SettingsIcon, UsersIcon, ZapIcon, - CpuIcon } from "lucide-react"; export interface SidebarProps { @@ -89,8 +89,8 @@ export const Sidebar = ({ children }: SidebarProps): JSX.Element => {
- - v{ myMetadata?.firmwareVersion ?? "UNK"} + + v{myMetadata?.firmwareVersion ?? "UNK"}
@@ -111,4 +111,3 @@ export const Sidebar = ({ children }: SidebarProps): JSX.Element => { ); }; -