mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
change text and link of button in landing-header
This commit is contained in:
parent
eee950248e
commit
3b56728cce
1 changed files with 3 additions and 2 deletions
|
|
@ -12,9 +12,10 @@
|
||||||
<nb-menu [items]="headerMenu"></nb-menu>
|
<nb-menu [items]="headerMenu"></nb-menu>
|
||||||
<ng-content></ng-content>
|
<ng-content></ng-content>
|
||||||
</div>
|
</div>
|
||||||
<a routerLink="/" fragment="backend-bundles" class="backend-bundles eva-parent-hover">
|
<a target="_blank" [href]="'https://uibakery.io/?utm_source=akveogithub&utm_medium=header&utm_campaign=ngxadmin'"
|
||||||
|
fragment="backend-bundles" class="backend-bundles eva-parent-hover">
|
||||||
<i [innerHTML]="'gift-outline' | eva: { width: 24, height: 24, fill: '#ff4d6b', animationType: 'shake' }"></i>
|
<i [innerHTML]="'gift-outline' | eva: { width: 24, height: 24, fill: '#ff4d6b', animationType: 'shake' }"></i>
|
||||||
<span>Backend Bundles</span>
|
<span>Build admin panels faster than ever</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="section right">
|
<div class="section right">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue