From ac27e616874b302534667a12cdeb7bb27f33eac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87etin?= <69278826+cetincakiroglu@users.noreply.github.com> Date: Thu, 23 Dec 2021 15:21:36 +0300 Subject: [PATCH] update documentation.component.html --- src/app/demo/view/documentation.component.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/demo/view/documentation.component.html b/src/app/demo/view/documentation.component.html index 20e0d39..339851e 100755 --- a/src/app/demo/view/documentation.component.html +++ b/src/app/demo/view/documentation.component.html @@ -119,6 +119,7 @@ export class AppMenuComponent implements OnInit, AfterViewInit { {label: 'Tree', icon: 'pi pi-fw pi-share-alt', routerLink: ['/uikit/tree']}, {label: 'Panel', icon: 'pi pi-fw pi-tablet', routerLink: ['/uikit/panel']}, {label: 'Overlay', icon: 'pi pi-fw pi-clone', routerLink: ['/uikit/overlay']}, + {label: 'Media', icon: 'pi pi-fw pi-image', routerLink: ['/uikit/media']}, {label: 'Menu', icon: 'pi pi-fw pi-bars', routerLink: ['/uikit/menu'], children:[ {label: '', component: 'PersonalDemoComponent'},