diff --git a/src/app/app.menu.component.ts b/src/app/app.menu.component.ts index 9ac5d8f..6c203a8 100644 --- a/src/app/app.menu.component.ts +++ b/src/app/app.menu.component.ts @@ -55,15 +55,16 @@ export class AppMenuComponent implements OnInit { ] }, { - label:'UI Blocks', + label:'Prime Blocks', items:[ {label: 'Free Blocks', icon: 'pi pi-fw pi-eye', routerLink: ['/blocks'], badge: 'NEW'}, {label: 'All Blocks', icon: 'pi pi-fw pi-globe', url: ['https://www.primefaces.org/primeblocks-ng'], target: '_blank'}, ] }, - {label:'Icons', + {label:'Utilities', items:[ {label: 'PrimeIcons', icon: 'pi pi-fw pi-prime', routerLink: ['/icons']}, + {label: 'PrimeFlex', icon: 'pi pi-fw pi-desktop', url: ['https://www.primefaces.org/primeflex/'], target: '_blank'}, ] }, {