Skip to content

Commit

Permalink
Home page example loop delay 3s -> 5s (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardgill authored Jun 10, 2024
1 parent f605223 commit 2fdf0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/src/components/examples/Example.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import { defaultExampleProbs } from "./constants";
import { getThrottle, type ThrottleType } from "./throttle";
import type { Tab } from "./types";

const LOOP_DELAY = 3000;
const LOOP_DELAY = 5000;

const SideBySideContainer: React.FC<{
className?: string;
Expand Down

0 comments on commit 2fdf0d2

Please sign in to comment.