Skip to content

Commit a7ce751

Browse files
committed
refactor(navItems): add otp input pro component docs link
1 parent 0ca3aff commit a7ce751

File tree

1 file changed

+10
-0
lines changed
  • src/app/layout/default-layout

1 file changed

+10
-0
lines changed

src/app/layout/default-layout/_nav.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,16 @@ export const navItems: INavData[] = [
238238
},
239239
attributes: { target: '_blank' }
240240
},
241+
{
242+
name: 'OTP Input',
243+
url: 'https://coreui.io/angular/docs/forms/otp/',
244+
icon: 'nav-icon-bullet',
245+
badge: {
246+
color: 'danger',
247+
text: 'PRO'
248+
},
249+
attributes: { target: '_blank' }
250+
},
241251
{
242252
name: 'Password Input',
243253
url: 'https://coreui.io/angular/docs/forms/password-input/',

0 commit comments

Comments
 (0)