Skip to content

Commit c641354

Browse files
committed
fix stepper url typo in nav
1 parent 145e651 commit c641354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_nav.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ const _nav = [
354354
<CIcon icon={cilExternalLink} size="sm" className="ms-2" />
355355
</React.Fragment>
356356
),
357-
href: 'https://coreui.io/react/docs/forms/stepp/',
357+
href: 'https://coreui.io/react/docs/forms/stepper/',
358358
badge: {
359359
color: 'danger',
360360
text: 'PRO',

0 commit comments

Comments
 (0)