Skip to content

Commit

Permalink
Small typo (#1728)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikardkling committed Nov 20, 2023
1 parent d99b90d commit 025da5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/components/carousel.md
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,7 @@ const App = () => {
<img
alt={`Thumbnail by ${i + 1}`}
className={`thumbnails__image ${i === currentSlide ? 'active' : ''}`}
onCLick={() => handleThumbnailClick(i)}
onClick={() => handleThumbnailClick(i)}
src={src}
/>
)}
Expand Down

0 comments on commit 025da5e

Please sign in to comment.