diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 4cba2a1..28d1bf7 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -88,9 +88,26 @@ function App() { )} {appState === "CODE_READY" && ( - - Download code - +
+ + Download code + + + Reset + +
)}