diff --git a/frontend/src/components/Sidebar.tsx b/frontend/src/components/Sidebar.tsx index da30a7e..e9eed7f 100644 --- a/frontend/src/components/Sidebar.tsx +++ b/frontend/src/components/Sidebar.tsx @@ -325,7 +325,7 @@ export function Sidebar({ crackerRunning ? 'text-green-500' : 'text-muted-foreground' )} > - ({crackerRunning ? 'running' : 'stopped'}) + ({crackerRunning ? 'running' : 'idle'})