Fix hero and update responsive
This commit is contained in:
@@ -71,6 +71,7 @@ export class AppMenuComponent implements OnInit {
|
||||
items: [
|
||||
{label: 'Crud', icon: 'pi pi-fw pi-user-edit', routerLink: ['/pages/crud']},
|
||||
{label: 'Timeline', icon: 'pi pi-fw pi-calendar', routerLink: ['/pages/timeline']},
|
||||
{label: 'Landing', icon: 'pi pi-fw pi-globe', routerLink: ['/landing']},
|
||||
{label: 'Empty', icon: 'pi pi-fw pi-circle', routerLink: ['/pages/empty']}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user