diff --git a/client/src/components/Sidebar.tsx b/client/src/components/Sidebar.tsx index 17a4174..0463cac 100644 --- a/client/src/components/Sidebar.tsx +++ b/client/src/components/Sidebar.tsx @@ -86,6 +86,7 @@ const Sidebar = ({ placeholder="Command" value={command} onChange={(e) => setCommand(e.target.value)} + className="font-mono" />