From f93aa058c9d80659998ec3217858a9df6fcb2759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87etin?= <69278826+cetincakiroglu@users.noreply.github.com> Date: Thu, 20 Jan 2022 13:55:19 +0300 Subject: [PATCH] Merge branch 'landing' of https://github.com/primefaces/sakai-ng into landing --- src/app/app.menu.component.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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'}, ] }, {