mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-19 17:00:13 +01:00
feat: added demo button to header
feat: changed buttons in landing's main section
This commit is contained in:
parent
90d8b9b249
commit
eef17a8daf
3 changed files with 22 additions and 29 deletions
|
|
@ -15,6 +15,10 @@ export class HeaderMenuService {
|
|||
title: 'Docs',
|
||||
link: '/docs',
|
||||
},
|
||||
{
|
||||
title: 'Demo',
|
||||
url: 'https://www.akveo.com/ngx-admin?utm_campaign=ngx_admin%20-%20demo%20-%20ngx_admin%20docs&utm_source=ngx_admin&utm_medium=referral&utm_content=landing_main_section',
|
||||
},
|
||||
];
|
||||
|
||||
getHeaderMenu(): Observable<NbMenuItem[]> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue