From bd8a2b1eed32b8e679185f0a93872027d858c234 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87etin?= <69278826+cetincakiroglu@users.noreply.github.com> Date: Thu, 20 Jan 2022 12:04:15 +0300 Subject: [PATCH 1/2] menu updated --- src/app/app.menu.component.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/app.menu.component.ts b/src/app/app.menu.component.ts index 9ac5d8f..e3d6485 100644 --- a/src/app/app.menu.component.ts +++ b/src/app/app.menu.component.ts @@ -61,9 +61,10 @@ export class AppMenuComponent implements OnInit { {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'}, ] }, { From 30309992626014c6207085030523b7076deaeb16 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:35:03 +0300 Subject: [PATCH 2/2] update menu --- src/app/app.menu.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app.menu.component.ts b/src/app/app.menu.component.ts index e3d6485..6c203a8 100644 --- a/src/app/app.menu.component.ts +++ b/src/app/app.menu.component.ts @@ -55,7 +55,7 @@ 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'},