Skip to content

Commit 0ef8b0f

Browse files
committed
fix: Update title from "Width" to "Delay" in CarouselDemo component
1 parent 8da9efd commit 0ef8b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/demo/Components/CarouselDemo.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const CarouselDemo = () => {
109109
<PreviewSwitch title="Autoplay" isChecked={autoplay} onChange={(e) => { setAutoplay(e.target.checked); forceRerender() }} />
110110

111111
<PreviewSlider
112-
title="Width"
112+
title="Delay"
113113
min={1000}
114114
max={4000}
115115
step={1000}

0 commit comments

Comments
 (0)