Fix hero and update responsive

This commit is contained in:
Çetin
2022-01-10 10:48:05 +03:00
parent 21d23ec9e7
commit fc77e15f52
4 changed files with 142 additions and 180 deletions

View File

@@ -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']}
]
},