mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-20 17:30:14 +01:00
feat(sidebar banner): update nebular version in banner, add label new in sidebar
This commit is contained in:
parent
d66fb1703e
commit
4ce5beafa6
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ const HIDE_BANNER_KEY = 'HIDE_RELEASE_2_BANNER';
|
|||
template: `
|
||||
<div class="heading-with-icon">
|
||||
<img class="icon" [src]="getBellPath()" alt="bell">
|
||||
<h1 class="banner-heading">Nebular 2.0 stable <br> with 30+ components is out!</h1>
|
||||
<h1 class="banner-heading">Nebular 3.0 stable <br> with 30+ components is out!</h1>
|
||||
<button class="close-button" aria-label="close" (click)="closeBanner()">
|
||||
<span class="nb-close"></span>
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue