diff --git a/src/App.jsx b/src/App.jsx index 636ea70..c4a4da9 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -10,7 +10,7 @@ import { red, grey } from '@mui/material/colors'; const executor_names = [ "powershell", - "command prompt", + "command_prompt", "bash", "sh", ]; @@ -231,4 +231,4 @@ function App() { ); } -export default App; \ No newline at end of file +export default App;