Skip to content

Commit

Permalink
fix quiz size
Browse files Browse the repository at this point in the history
  • Loading branch information
felipetovarhenao committed Sep 18, 2023
1 parent 3229291 commit b4bb735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import ProgressBar from "./components/ProgressBar/ProgressBar";
import Icon from "./components/Icon/Icon";
import Hr from "./components/Hr/Hr";

const NUM_QUESTIONS = 50;
const NUM_QUESTIONS = 10;

function App() {
const { questions, evaluation } = useAppSelector((state) => state.question);
Expand Down

0 comments on commit b4bb735

Please sign in to comment.