Skip to content

Commit

Permalink
feat: new bicho game time
Browse files Browse the repository at this point in the history
  • Loading branch information
ySnoopyDogy authored May 26, 2024
1 parent fffe2b8 commit 8fc1867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/bicho/[[...page]].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import BichoGameDisplay from '../../components/BichoGameDisplay';
import { Button } from '../../components/common/Button';
import { useRouter } from 'next/router';

const BICHO_HOURS_DURATION = 6;
const BICHO_HOURS_DURATION = 4;
const INITIAL_BICHO_PAGE = 1;

type Props = {
Expand Down

0 comments on commit 8fc1867

Please sign in to comment.