-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Description
Description
The Stepper navigation item in the sidebar has a typo in its documentation URL, resulting in a broken link (404 error).
Location
File: src/_nav.js
Line: 357
Problem
The URL for the Stepper component documentation contains a typo:
{
component: CNavItem,
name: (
<React.Fragment>
{'Stepper'}
<CIcon icon={cilExternalLink} size="sm" className="ms-2" />
</React.Fragment>
),
href: '[https://coreui.io/react/docs/forms/stepp/'](https://coreui.io/react/docs/forms/stepp/'), // Missing 'er'
badge: {
color: 'danger',
text: 'PRO',
},
}Metadata
Metadata
Assignees
Labels
No labels