We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 291d763 commit 862acdcCopy full SHA for 862acdc
packages/test-case-component/src/components/shikiComponent.tsx
@@ -76,7 +76,7 @@ const After = ({ content }: { content: string }) => {
76
);
77
};
78
79
-const STEP_DURATIONS = [1500, 500, 2000]; // milliseconds
+const STEP_DURATIONS = [1500, 500, 1500]; // milliseconds
80
81
function Carousel({ children }: { children: React.ReactNode[] }) {
82
const [activeIndex, setActiveIndex] = useState(0);
0 commit comments